mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-10-30 08:01:28 +00:00
Merge branch 'master' into uncapped
This commit is contained in:
commit
0c8a6ccf40
1 changed files with 1 additions and 1 deletions
|
|
@ -4973,7 +4973,7 @@ static void K_DoHyudoroSteal(player_t *player)
|
||||||
// Has an item
|
// Has an item
|
||||||
&& (players[i].itemtype
|
&& (players[i].itemtype
|
||||||
&& players[i].itemamount
|
&& players[i].itemamount
|
||||||
&& !(players[i].pflags & PF_ITEMOUT))
|
&& !(players[i].pflags & PF_ITEMOUT)))
|
||||||
{
|
{
|
||||||
playerswappable[numplayers] = i;
|
playerswappable[numplayers] = i;
|
||||||
numplayers++;
|
numplayers++;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue