Fixes master

This commit is contained in:
Cyberboss
2017-04-26 18:34:04 -04:00
committed by GitHub
parent 21fcc465c2
commit c086dab047
+1 -1
View File
@@ -17,7 +17,7 @@ SUBSYSTEM_DEF(server_maint)
src.currentrun = GLOB.clients.Copy()
var/list/currentrun = src.currentrun
var/round_started = Master.round_started
var/round_started = SSticker.HasRoundStarted()
for(var/I in currentrun)
var/client/C = I