Removed ingame logging
This commit is contained in:
@@ -235,8 +235,8 @@ namespace SeamlessClientPlugin
|
||||
|
||||
public static void TryShow(string message)
|
||||
{
|
||||
if (MySession.Static?.LocalHumanPlayer != null)
|
||||
MyAPIGateway.Utilities?.ShowMessage("NetworkClient", message);
|
||||
// if (MySession.Static?.LocalHumanPlayer != null)
|
||||
//MyAPIGateway.Utilities?.ShowMessage("NetworkClient", message);
|
||||
|
||||
MyLog.Default?.WriteLineAndConsole($"SeamlessClient: {message}");
|
||||
}
|
||||
|
Reference in New Issue
Block a user