Fixed the admins list not flushing when amx_reloadadmins is executed.

This commit is contained in:
Steve Dudenhoeffer 2007-08-03 16:29:53 +00:00
parent 747d326ed5
commit ed3f5dfd4b

View File

@ -566,6 +566,8 @@ public cmdReload(id, level, cid)
//strip original flags (patch submitted by mrhunt)
remove_user_flags(0, read_flags("z"))
admins_flush();
#if !defined USING_SQL
new filename[128]