fixes client runtimes on readmin (#20486)

This commit is contained in:
S34N
2023-02-24 01:58:05 +00:00
committed by GitHub
parent a7848ee5be
commit 2ae6203786
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -64,7 +64,7 @@
if((ckey in GLOB.de_admins) || (ckey in GLOB.de_mentors))
verbs += /client/proc/readmin
client.verbs += /client/proc/readmin
//Clear ability list and update from mob.
client.verbs -= GLOB.ability_verbs
@@ -27,7 +27,7 @@
new_player_panel()
if((ckey in GLOB.de_admins) || (ckey in GLOB.de_mentors))
verbs += /client/proc/readmin
client.verbs += /client/proc/readmin
client?.playtitlemusic()