diff --git a/Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs b/Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs index 92e36432ae..d721f629e9 100644 --- a/Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs +++ b/Assets/Scripts/SS3D/Systems/IngameConsoleSystem/CommandsController.cs @@ -53,7 +53,7 @@ public void ClientProcessCommand(string command) OfflineProcessCommand(command); return; } - CmdProcessCommand(command); + CmdProcessOnlineCommand(command); } [ServerOrClient]