Overhaul to console structure, a bit

This commit is contained in:
iikorni
2026-08-30 00:50:23 -05:00
parent de75b014b3
commit 216dd1aecd
70 changed files with 2081 additions and 2260 deletions
+1 -1
View File
@@ -572,7 +572,7 @@ nextmsg:
if (ret == 1)
command::execute_string (s, command::source::client);
else
Con_DPrintf("%s tried to %s\n", host_client->name, s);
console::debug("%s tried to %s\n", host_client->name, s);
break;
case clc_disconnect: