Adjust ConHookServerOrNoNetwork error message

pull/338/head
Jonathan G Rennison 3 years ago
parent 0691b25e17
commit 5c0c057dda

@ -185,7 +185,7 @@ DEF_CONSOLE_HOOK(ConHookNoNetwork)
DEF_CONSOLE_HOOK(ConHookServerOrNoNetwork)
{
if (_networking && !_network_server) {
if (echo) IConsoleError("This command is only available to a network server.");
if (echo) IConsoleError("This command is only available to a network server, or in single-player.");
return CHR_DISALLOW;
}
return CHR_ALLOW;

Loading…
Cancel
Save