Fixed (again) existing volumes not removed after a map change. Moved VolInit call into OnMapStart event. Modules that must be reset per map should be initialized/reset here.

This commit is contained in:
richard 2009-09-30 01:05:41 +02:00
parent b3c31afff9
commit 7afea34ac4

View File

@ -140,7 +140,6 @@ public OnPluginStart()
CommandsInit(); CommandsInit();
WeaponsInit(); WeaponsInit();
EventInit(); EventInit();
VolInit();
} }
/** /**
@ -163,7 +162,7 @@ public OnMapStart()
InfectOnMapStart(); InfectOnMapStart();
SEffectsOnMapStart(); SEffectsOnMapStart();
ZSpawnOnMapStart(); ZSpawnOnMapStart();
VolInit();
} }
/** /**