Skip to content

Commit

Permalink
Removed admin requirement for the notify chat command (tgstation#35501)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadowlight213 authored and ninjanomnom committed Feb 11, 2018
1 parent a5a20e9 commit 68deef2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion code/modules/admin/chat_commands.dm
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ GLOBAL_LIST(round_end_notifiees)
/datum/server_tools_command/notify
name = "notify"
help_text = "Pings the invoker when the round ends"
admin_only = TRUE

/datum/server_tools_command/notify/Run(sender, params)
if(!SSticker.IsRoundInProgress() && SSticker.HasRoundStarted())
Expand Down

0 comments on commit 68deef2

Please sign in to comment.