Fix help dump_version console command also executing command

See: #668
This commit is contained in:
Jonathan G Rennison
2024-03-14 18:02:39 +00:00
parent 4200757db3
commit 3fcfe5b53e

View File

@@ -3291,6 +3291,7 @@ DEF_CONSOLE_CMD(ConDumpVersion)
{
if (argc == 0) {
IConsoleHelp("Dump version info");
return true;
}
char buffer[65536];