Core: SOme code cleanup, more to follow.
This commit is contained in:
@@ -209,7 +209,7 @@ namespace Game.Networking
|
||||
return false;
|
||||
}
|
||||
|
||||
RemoteAccessHandler cmd = new RemoteAccessHandler(CommandPrint);
|
||||
RemoteAccessHandler cmd = new(CommandPrint);
|
||||
cmd.ParseCommand(command);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user