diff --git a/src/d_netcmd.c b/src/d_netcmd.c index 0ee09b735..92717b8f2 100644 --- a/src/d_netcmd.c +++ b/src/d_netcmd.c @@ -6203,7 +6203,7 @@ static void Got_Cheat(UINT8 **cp, INT32 playernum) } else { - CV_CheaterWarning(playernum, va("give item %s x%d", item < 0 ? "SAD" : DEH_KartItemName(item), amt)); + CV_CheaterWarning(playernum, va("give item %s x%d", DEH_KartItemName(item), amt)); } break; }