Added a Performence Monitor for debug
Many multi-threading work in ServerSource
This commit is contained in:
@@ -174,7 +174,9 @@ namespace Barotrauma.Networking
|
||||
exceptionMsg += " Child process has not exited.";
|
||||
}
|
||||
#endif
|
||||
#if !DEBUG
|
||||
throw new Exception(exceptionMsg);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user