mirror of
https://github.com/UberGames/rpgxEF.git
synced 2025-02-23 20:41:11 +00:00
lol even more mistakes ... today is not my day
This commit is contained in:
parent
42c2f9216b
commit
b979af4c67
1 changed files with 2 additions and 1 deletions
|
@ -601,9 +601,10 @@ void ammo_use( gentity_t *self, gentity_t *other, gentity_t *activator)
|
|||
self->nextthink = -1;
|
||||
}
|
||||
} else {
|
||||
int32_t dif = 0;
|
||||
|
||||
if ( other && other->client ) {
|
||||
int32_t i = 0;
|
||||
int32_t dif = 0;
|
||||
|
||||
for ( ; i < WP_NUM_WEAPONS && dif == 0; i++ ) {
|
||||
//go through all weapons
|
||||
|
|
Loading…
Reference in a new issue