Indentation

This commit is contained in:
kevinz000
2019-01-12 05:53:20 -08:00
parent 61561ade31
commit 07e5d92ea9
3 changed files with 2 additions and 5 deletions

View File

@@ -6,7 +6,7 @@ var/list/admin_verbs_default = list(
/client/proc/hide_verbs, //hides all our adminverbs,
/client/proc/hide_most_verbs, //hides all our hideable adminverbs,
/client/proc/debug_variables, //allows us to -see- the variables of any instance in the game. +VAREDIT needed to modify,
/client/proc/mark_datum_mapview, //Lets us mark datums.
/client/proc/mark_datum_mapview,
/client/proc/cmd_check_new_players, //allows us to see every new player
// /client/proc/check_antagonists, //shows all antags,
// /client/proc/cmd_mod_say,