Fix for bug at18293.

This commit is contained in:
David Anderson
2005-09-02 03:28:44 +00:00
parent 6bcb72952c
commit 27c80b00f8
2 changed files with 4 additions and 2 deletions

View File

@ -379,9 +379,11 @@ void OnAmxxAttach() {
g_rank.loadRank( MF_BuildPathname("%s",
get_localinfo("dodstats","addons/amxmodx/data/dodstats.dat") ) );
}
}
void ServerActivate(edict_t *pEdictList, int edictCount, int clientMax)
{
g_map.Init();
}
void OnAmxxDetach() {