mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2025-12-30 20:13:08 +00:00
Fixing dev perms V2 (#5733)
In last PR #5687 I have removed this line /client/proc/game_panel which kinda the main reason of dev perms update.
This commit is contained in:
committed by
Erki
parent
ed15e9a432
commit
ad9e025375
@@ -139,6 +139,7 @@ var/list/admin_verbs_fun = list(
|
||||
)
|
||||
|
||||
var/list/admin_verbs_spawn = list(
|
||||
/client/proc/game_panel,
|
||||
/datum/admins/proc/spawn_fruit,
|
||||
/datum/admins/proc/spawn_custom_item,
|
||||
/datum/admins/proc/check_custom_items,
|
||||
|
||||
Reference in New Issue
Block a user