mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Ditch the flags debug print
This commit is contained in:
parent
18dc222e2b
commit
4564afba23
1 changed files with 0 additions and 2 deletions
|
|
@ -139,8 +139,6 @@ void list_commands()
|
|||
|
||||
lua_pop(gL, 1); // pop command info table
|
||||
|
||||
CONS_Printf("cmd name %s flags %d\n", cmd->name, flags);
|
||||
|
||||
if (!admin_mode() != !(flags & COM_ADMIN))
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue