mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 06:27:19 +01:00
Fix indentation
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
/world
|
||||
sleep_offline = FALSE
|
||||
loop_checks = FALSE
|
||||
loop_checks = FALSE
|
||||
|
||||
/world/New()
|
||||
log << "Initial value of sleep_offline: [sleep_offline]"
|
||||
|
||||
// Intentionally slow down startup for testing purposes
|
||||
for(var/i in 1 to 10000000)
|
||||
dab()
|
||||
for(var/i in 1 to 10000000)
|
||||
dab()
|
||||
TgsNew(new /datum/tgs_event_handler/impl, TGS_SECURITY_ULTRASAFE)
|
||||
StartAsync()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user