Improved map rendering, shops, light bugfix, junction boxes wont break as easily
This commit is contained in:
@@ -284,8 +284,12 @@ namespace Subsurface.Networking
|
||||
}
|
||||
|
||||
NetworkEvent.events.Clear();
|
||||
|
||||
CheckServerMessages();
|
||||
|
||||
try
|
||||
{
|
||||
CheckServerMessages();
|
||||
}
|
||||
catch { }
|
||||
|
||||
// Update current time
|
||||
updateTimer = DateTime.Now + updateInterval;
|
||||
|
||||
Reference in New Issue
Block a user