This commit is contained in:
test
2009-04-29 02:34:49 +02:00
8 changed files with 303 additions and 140 deletions

View File

@ -170,7 +170,6 @@ public OnMapStart()
LoadDownloadData();
// Forward event to modules.
ClassLoad();
RoundEndOnMapStart();
InfectOnMapStart();
SEffectsOnMapStart();
@ -217,6 +216,7 @@ public OnConfigsExecuted()
InfectLoad();
VEffectsLoad();
SEffectsLoad();
ClassLoad();
}
/**