mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-20 15:02:37 +00:00
Don't pad flags in the warning
This commit is contained in:
parent
80d9637dda
commit
c65628e2d0
1 changed files with 1 additions and 1 deletions
|
|
@ -5570,7 +5570,7 @@ static void Got_Cheat(UINT8 **cp, INT32 playernum)
|
|||
case CHEAT_DEVMODE: {
|
||||
UINT32 flags = READUINT32(*cp);
|
||||
cht_debug = flags;
|
||||
CV_CheaterWarning(targetPlayer, va("devmode %08x", flags));
|
||||
CV_CheaterWarning(targetPlayer, va("devmode %x", flags));
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue