added spectator support to dod_set_user_team native
This commit is contained in:
@ -103,6 +103,7 @@ void PlayerPreThink_Post( edict_t *pEntity ) {
|
||||
else if ( pEntity->v.iuser4 < pPlayer->staminaMin )
|
||||
pEntity->v.iuser4 = pPlayer->staminaMin;
|
||||
}
|
||||
|
||||
RETURN_META(MRES_IGNORED);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user