Fixes most commands.

This commit is contained in:
hondacrx
2022-06-11 21:09:48 -04:00
parent 130444d893
commit e0025794a5
31 changed files with 1275 additions and 928 deletions
+1 -1
View File
@@ -210,7 +210,7 @@ namespace Game.Networking
}
RemoteAccessHandler cmd = new(CommandPrint);
cmd.ParseCommand(command);
cmd.ParseCommands(command);
return true;
}