Merge pull request #6527 from CHOMPStation2/Raeschen-patch-2

move eventkit verbs to fun
This commit is contained in:
Raeschen
2023-07-07 17:17:06 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@
/client/proc/getPlayerStatus()
set name = "Report Player Status"
set desc = "Get information on all active players in-game."
set category = "EventKit"
set category = "Fun" //ChompEDIT - "EventKit" --> "Fun", less tab spam
if(!check_rights(R_FUN)) return

View File

@@ -128,7 +128,7 @@
qdel(src)
/client/proc/eventkit_open_mob_spawner()
set category = "EventKit"
set category = "Fun" //ChompEDIT - "EventKit" --> "Fun", less tab spam
set name = "Open Mob Spawner"
set desc = "Opens an advanced version of the mob spawner."