mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
add more whitelist checks (#18800)
* add more whitelist checks * . * . * add help command * . * . * Update code/modules/tgs_commands/vorestation.dm Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com> * urggg --------- Co-authored-by: Selis <12716288+ItsSelis@users.noreply.github.com>
This commit is contained in:
@@ -1016,7 +1016,7 @@ var/datum/announcement/minor/admin_min_announcer = new
|
||||
set desc="Delay the game start/end"
|
||||
set name="Delay"
|
||||
|
||||
if(!check_rights(R_SERVER|R_EVENT)) return
|
||||
if(!check_rights(R_SERVER|R_EVENT|R_ADMIN|R_MOD)) return
|
||||
if (SSticker.current_state >= GAME_STATE_PLAYING)
|
||||
// Tell the ticker to delay/resume
|
||||
SSticker.toggle_delay()
|
||||
|
||||
Reference in New Issue
Block a user