Merge remote-tracking branch 'refs/remotes/barotrauma/master'
Conflicts: Subsurface/Source/Networking/FileStreamReceiver.cs Subsurface/Source/Networking/FileStreamSender.cs Subsurface/Source/Networking/GameClient.cs Subsurface/Source/Networking/GameServer.cs Subsurface/Source/Networking/GameServerLogin.cs Subsurface/Source/Networking/NetworkEvent.cs Subsurface/Source/Screens/NetLobbyScreen.cs
This commit is contained in:
@@ -457,14 +457,14 @@ namespace Barotrauma
|
||||
|
||||
if (!System.IO.File.Exists(file))
|
||||
{
|
||||
DebugConsole.ThrowError("Spawning a character failed - file ''"+file+"'' not found!");
|
||||
DebugConsole.ThrowError("Spawning a character failed - file \""+file+"\" not found!");
|
||||
return null;
|
||||
}
|
||||
}
|
||||
#else
|
||||
if (!System.IO.File.Exists(file))
|
||||
{
|
||||
DebugConsole.ThrowError("Spawning a character failed - file ''"+file+"'' not found!");
|
||||
DebugConsole.ThrowError("Spawning a character failed - file \""+file+"\" not found!");
|
||||
return null;
|
||||
}
|
||||
#endif
|
||||
@@ -632,7 +632,7 @@ namespace Barotrauma
|
||||
if (humanConfigFile == null)
|
||||
{
|
||||
DebugConsole.ThrowError("Couldn't find a config file for humans from the selected content package!");
|
||||
DebugConsole.ThrowError("(The config file must end with ''human.xml'')");
|
||||
DebugConsole.ThrowError("(The config file must end with \"human.xml\")");
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user