Mapping command shows markers on the client.

Bit of a hack to work around client-side only command permissions being broken.
This commit is contained in:
Vera Aguilera Puerto
2021-12-25 02:10:32 +01:00
parent 1f8152cb02
commit 944b4fb073

View File

@@ -97,6 +97,7 @@ namespace Content.Client.Commands
shell.ConsoleHost.RegisteredCommands["togglelight"].Execute(shell, string.Empty, Array.Empty<string>());
shell.ConsoleHost.RegisteredCommands["showsubfloorforever"].Execute(shell, string.Empty, Array.Empty<string>());
shell.ConsoleHost.RegisteredCommands["showmarkers"].Execute(shell, string.Empty, Array.Empty<string>());
shell.RemoteExecuteCommand(argStr);
}