Error message if a character config file isn't found, Linux version tries to search for "Characterfolder" if "characterfolder" isn't found
This commit is contained in:
@@ -1645,7 +1645,7 @@ namespace Barotrauma
|
||||
#if DEBUG
|
||||
System.Diagnostics.Debug.Assert(body != null, "Tried to send a PhysicsBodyPosition message for an item that has no physics body ("+Name+")");
|
||||
#else
|
||||
if (body == null) return;
|
||||
if (body == null) return false;
|
||||
#endif
|
||||
|
||||
body.FillNetworkData(message);
|
||||
|
||||
Reference in New Issue
Block a user