defines and fixes.

This commit is contained in:
Shadowlight213
2016-07-18 17:32:20 -07:00
parent e79cebbbef
commit 528259e123
7 changed files with 30 additions and 10 deletions
+2 -2
View File
@@ -788,6 +788,6 @@ var/global/list/g_fancy_list_of_types = null
global.medals_enabled = !global.medals_enabled
message_admins("<span class='adminnotice'>[key_name_admin(src)] [global.medals_enabled ? "enabled" : "disabled"] the medal hub lockout.</span>")
message_admins("<span class='adminnotice'>[key_name_admin(src)] [global.medals_enabled ? "disabled" : "enabled"] the medal hub lockout.</span>")
feedback_add_details("admin_verb","TMH") // If...
log_admin("[key_name(src)] [global.medals_enabled ? "enabled" : "disabled"] the medal hub lockout.")
log_admin("[key_name(src)] [global.medals_enabled ? "disabled" : "enabled"] the medal hub lockout.")