Launcher bugfixes, fixed submarine position syncing, previewing the sub after round ends, wiring bugfix, slower reactor overheat, itemlabel, wifi components
This commit is contained in:
@@ -136,11 +136,13 @@ namespace Subsurface
|
||||
|
||||
public static void ExecuteCommand(string command, Game1 game)
|
||||
{
|
||||
#if !DEBUG
|
||||
if (Game1.Client!=null)
|
||||
{
|
||||
ThrowError("Console commands are disabled in multiplayer mode");
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (command == "") return;
|
||||
string[] commands = command.Split(' ');
|
||||
|
||||
Reference in New Issue
Block a user