mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 13:10:02 +01:00
Hides gamemode debug messages from players
This commit is contained in:
@@ -158,7 +158,7 @@ var/datum/subsystem/ticker/ticker
|
||||
SSjob.ResetOccupations()
|
||||
return 0
|
||||
else
|
||||
world << "<span class='notice'>DEBUG: Bypassing prestart checks..."
|
||||
message_admins("<span class='notice'>DEBUG: Bypassing prestart checks...")
|
||||
|
||||
if(hide_mode)
|
||||
var/list/modes = new
|
||||
|
||||
@@ -59,7 +59,7 @@
|
||||
return 0
|
||||
return 1
|
||||
else
|
||||
world << "<span class='notice'>DEBUG: GAME STARTING WITHOUT PLAYER NUMBER CHECKS, THIS WILL PROBABLY BREAK SHIT."
|
||||
message_admins("<span class='notice'>DEBUG: GAME STARTING WITHOUT PLAYER NUMBER CHECKS, THIS WILL PROBABLY BREAK SHIT.")
|
||||
return 1
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user