mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 13:39:16 +01:00
missingg param (#19432)
Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
co-authored by
Cameron Lennox
parent
5f9ab85986
commit
e05a6e354c
@@ -840,7 +840,7 @@
|
||||
if(istext(mute_type)) mute_type = text2num(mute_type)
|
||||
if(!isnum(mute_type)) return
|
||||
|
||||
cmd_admin_mute(M, mute_type, usr)
|
||||
cmd_admin_mute(M, mute_type, FALSE, usr)
|
||||
|
||||
else if(href_list["c_mode"])
|
||||
if(!check_rights(R_ADMIN|R_EVENT)) return
|
||||
|
||||
Reference in New Issue
Block a user