mirror of
https://github.com/nzp-team/quakec.git
synced 2025-03-13 14:24:16 +00:00
Merge pull request #116 from Peter0x44/remove_all_weapons_gameover
This commit is contained in:
commit
5ab7980175
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void() EndGameSetup =
|
|||
Player_AddScore(self, self.score, false);
|
||||
for (float i = 0; i < MAX_PLAYER_WEAPONS; ++i)
|
||||
{
|
||||
Weapon_RemoveWeapon(i);
|
||||
Weapon_RemoveWeapon(0);
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue