It's CentCOM not CentCOMM

I swear to god I have fixed this like three times already and somehow it
keeps coming back.
This commit is contained in:
Spades
2017-07-21 04:29:39 -04:00
parent f78c2281c2
commit 7e4417d31f
20 changed files with 26 additions and 26 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ var/list/admin_verbs_admin = list(
/client/proc/jumptomob, //allows us to jump to a specific mob,
/client/proc/jumptoturf, //allows us to jump to a specific turf,
/client/proc/admin_call_shuttle, //allows us to call the emergency shuttle,
/client/proc/admin_cancel_shuttle, //allows us to cancel the emergency shuttle, sending it back to centcomm,
/client/proc/admin_cancel_shuttle, //allows us to cancel the emergency shuttle, sending it back to CentCom,
/client/proc/cmd_admin_direct_narrate, //send text directly to a player with no padding. Useful for narratives and fluff-text,
/client/proc/cmd_admin_world_narrate, //sends text to all players with no padding,
/client/proc/cmd_admin_create_centcom_report,