fixes staff missing control_freak access (#31263)

This commit is contained in:
Contrabang
2025-12-15 11:38:49 -05:00
committed by GitHub
parent 1c7c6f6b74
commit 1cd35e567c
+4
View File
@@ -1,5 +1,9 @@
/client/proc/add_user_verbs()
SSuser_verbs.associate(src)
if(check_rights_client(R_ADMIN|R_DEBUG|R_VIEWRUNTIMES, FALSE, src))
// This setting exposes the profiler & client side tools
spawn(1)
control_freak = 0
/client/proc/remove_user_verbs()
SSuser_verbs.deassociate(src)