Fixed internal player spawn post event fired too early (causing invisible models).
This commit is contained in:
parent
fe87b00c9b
commit
c3d5218d6a
@ -192,7 +192,7 @@ public Action:EventPlayerSpawn(Handle:event, const String:name[], bool:dontBroad
|
||||
VolOnPlayerSpawn(index);
|
||||
|
||||
// Fire post player_spawn event.
|
||||
CreateTimer(0.0, EventPlayerSpawnPost, index);
|
||||
CreateTimer(0.1, EventPlayerSpawnPost, index);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user