mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-28 06:28:01 +01:00
Normalize alert() calls
This commit is contained in:
@@ -10,5 +10,5 @@
|
||||
. = ..()
|
||||
if(!.)
|
||||
return
|
||||
if (ticker.mode) alert("The game mode is [ticker.mode.name]")
|
||||
else alert("For some reason there's a ticker, but not a game mode")
|
||||
if (ticker.mode) alert(usr, "The game mode is [ticker.mode.name]")
|
||||
else alert(usr, "For some reason there's a ticker, but not a game mode")
|
||||
|
||||
Reference in New Issue
Block a user