mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-20 19:44:09 +01:00
fixes client runtimes on readmin (#20486)
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user