mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-13 17:13:00 +01:00
Yeah sorry, don't make Prime bridge requests in the integration tests!
This commit is contained in:
@@ -6,11 +6,10 @@
|
||||
|
||||
/proc/StartAsync()
|
||||
set waitfor = FALSE
|
||||
world.log << "First sleep"
|
||||
sleep(50)
|
||||
world.log << "Priming..."
|
||||
world.TgsInitializationComplete()
|
||||
world.log << "Second sleep"
|
||||
Run()
|
||||
|
||||
/proc/Run()
|
||||
world.log << "sleep"
|
||||
sleep(50)
|
||||
TgsTargetedChatBroadcast("Sample admin-only message", TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user