mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
@@ -502,7 +502,7 @@
|
|||||||
src.updateUsrDialog()
|
src.updateUsrDialog()
|
||||||
sleep(30) //only sleep if called by user
|
sleep(30) //only sleep if called by user
|
||||||
var/found = 0
|
var/found = 0
|
||||||
for(var/obj/machinery/computer/rdconsole/RDC in get_area(src))
|
for(var/obj/machinery/computer/rdconsole/RDC in get_area_all_atoms(get_area(src)))
|
||||||
if(!RDC.sync)
|
if(!RDC.sync)
|
||||||
continue
|
continue
|
||||||
found++
|
found++
|
||||||
|
|||||||
Reference in New Issue
Block a user