Removed ingame logging

This commit is contained in:
Bob Da Ross
2021-03-21 23:37:17 -05:00
parent 243596a35a
commit ec4093a589

View File

@@ -235,8 +235,8 @@ namespace SeamlessClientPlugin
public static void TryShow(string message) public static void TryShow(string message)
{ {
if (MySession.Static?.LocalHumanPlayer != null) // if (MySession.Static?.LocalHumanPlayer != null)
MyAPIGateway.Utilities?.ShowMessage("NetworkClient", message); //MyAPIGateway.Utilities?.ShowMessage("NetworkClient", message);
MyLog.Default?.WriteLineAndConsole($"SeamlessClient: {message}"); MyLog.Default?.WriteLineAndConsole($"SeamlessClient: {message}");
} }