mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-04-26 20:11:47 +00:00
revert this for the future
This commit is contained in:
parent
4f213c9b43
commit
a3e6d42815
1 changed files with 2 additions and 2 deletions
|
|
@ -155,8 +155,8 @@ boolean P_CanPickupItem(player_t *player, UINT8 weapon)
|
||||||
if (player->exiting || mapreset)
|
if (player->exiting || mapreset)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
if (weapon == 2 && G_BattleGametype() && player->kartstuff[k_bumper] <= 0) // No bumpers in Match
|
/*if (G_BattleGametype() && player->kartstuff[k_bumper] <= 0) // No bumpers in Match
|
||||||
return false;
|
return false;*/
|
||||||
|
|
||||||
if (weapon)
|
if (weapon)
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue