Remove no tick check flag from SSshuttle (#57605)

This commit is contained in:
spookydonut
2021-03-18 00:49:01 -07:00
committed by GitHub
parent 745b59d4d8
commit 399b242ff6
+2 -2
View File
@@ -2,9 +2,9 @@
SUBSYSTEM_DEF(shuttle)
name = "Shuttle"
wait = 10
wait = 1 SECONDS
init_order = INIT_ORDER_SHUTTLE
flags = SS_KEEP_TIMING|SS_NO_TICK_CHECK
flags = SS_KEEP_TIMING
runlevels = RUNLEVEL_SETUP | RUNLEVEL_GAME
var/list/mobile = list()