mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2025-01-12 23:08:03 +03:00
Fixed the admins list not flushing when amx_reloadadmins is executed.
This commit is contained in:
parent
747d326ed5
commit
ed3f5dfd4b
@ -566,6 +566,8 @@ public cmdReload(id, level, cid)
|
|||||||
|
|
||||||
//strip original flags (patch submitted by mrhunt)
|
//strip original flags (patch submitted by mrhunt)
|
||||||
remove_user_flags(0, read_flags("z"))
|
remove_user_flags(0, read_flags("z"))
|
||||||
|
|
||||||
|
admins_flush();
|
||||||
|
|
||||||
#if !defined USING_SQL
|
#if !defined USING_SQL
|
||||||
new filename[128]
|
new filename[128]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user