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:
parent
1f8152cb02
commit
944b4fb073
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue