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
1 changed files with 1 additions and 2 deletions

View File

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