Removed ingame logging
This commit is contained in:
@@ -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}");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user