Fixed ambience (again, same fix as before)

This commit is contained in:
Greyscale
2009-06-21 23:51:23 -07:00
parent 6e0961c73b
commit c24d1a32be
3 changed files with 13 additions and 2 deletions

View File

@ -223,6 +223,7 @@ public Action:EventPlayerSpawnPost(Handle:timer, any:index)
// Forward event to modules.
WeaponsOnClientSpawnPost(index);
SEffectsOnClientSpawnPost(index);
SpawnProtectOnClientSpawnPost(index);
}