Skip to content

Commit 24c7e7f

Browse files
authored
Simple fix for issue #1008
1 parent 601de2e commit 24c7e7f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Server/Source/player_impl.hpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1359,10 +1359,6 @@ struct Player final : public IPlayer, public PoolIDProvider, public NoCopy
13591359
return ret;
13601360
}
13611361
WeaponSlotData ret = weapons_[slot];
1362-
if (ret.ammo == 0)
1363-
{
1364-
ret.id = 0;
1365-
}
13661362
return ret;
13671363
}
13681364

0 commit comments

Comments
 (0)