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:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user