Progress on tutorial, misc bugfixes
This commit is contained in:
@@ -92,8 +92,11 @@ namespace Subsurface.Items.Components
|
||||
newText = message.ReadString();
|
||||
}
|
||||
|
||||
catch
|
||||
catch (Exception e)
|
||||
{
|
||||
#if DEBUG
|
||||
DebugConsole.ThrowError("invalid network message", e);
|
||||
#endif
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user