Fixed compile errors :(
This commit is contained in:
@@ -295,7 +295,9 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
GameServer.Log("Try making UniqueEvents snapshot failed", ServerLog.MessageType.Warning);
|
#if SERVER
|
||||||
|
Networking.GameServer.Log("Try making UniqueEvents snapshot failed", Networking.ServerLog.MessageType.Error);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -183,7 +183,9 @@ namespace Barotrauma
|
|||||||
}
|
}
|
||||||
catch
|
catch
|
||||||
{
|
{
|
||||||
GameServer.Log("Try making UniqueEvents snapshot failed", ServerLog.MessageType.Warning);
|
#if SERVER
|
||||||
|
Networking.GameServer.Log("Try making UniqueEvents snapshot failed", Networking.ServerLog.MessageType.Error);
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
finally
|
finally
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user