Fixed amb69 - metamod trying to reload amxmodx on systems with poorly configured clocks.

This commit is contained in:
Steve Dudenhoeffer 2007-06-22 16:02:17 +00:00
parent b3e61b1d75
commit 3f268e5f2e

View File

@ -61,7 +61,7 @@ plugin_info_t Plugin_info =
"AMX Mod X Dev Team", // author
"http://www.amxmodx.org", // url
"AMXX", // logtag
PT_ANYTIME, // (when) loadable
PT_STARTUP, // (when) loadable
PT_ANYTIME, // (when) unloadable
};