mirror of
https://github.com/DrBeef/Raze.git
synced 2024-11-22 12:11:21 +00:00
- SW: Repair whoopsie in BunnyCheat()
.
This commit is contained in:
parent
1d69ebe9b0
commit
e528c3fbb8
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ bool BunnyCheat(cheatseq_t* c)
|
|||
return false;
|
||||
|
||||
sw_bunnyrockets = !sw_bunnyrockets;
|
||||
PutStringInfo(&Player[myconnectindex], GStrings(Pachinko_Win_Cheat ? "TXTS_BUNNYENABLED" : "TXTS_BUNNYDISABLED"));
|
||||
PutStringInfo(&Player[myconnectindex], GStrings(sw_bunnyrockets ? "TXTS_BUNNYENABLED" : "TXTS_BUNNYDISABLED"));
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue