mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-06-09 10:06:43 +02:00
Ensure client/server in SharedGasSpecificHeatsTest.cs are idle (#43174)
* ensure client/server in SharedGasSpecificHeatsTest.cs are idle * a little off the top
This commit is contained in:
@@ -44,6 +44,9 @@ public sealed class SharedGasSpecificHeatsTest
|
||||
|
||||
_sAtmos = _sEntMan.System<Content.Server.Atmos.EntitySystems.AtmosphereSystem>();
|
||||
_cAtmos = _cEntMan.System<AtmosphereSystem>();
|
||||
|
||||
// ensure that client and server atmos are fully inited otherwise arrays might not agree
|
||||
await _pair.ReallyBeIdle(1);
|
||||
}
|
||||
|
||||
[TearDown]
|
||||
|
||||
Reference in New Issue
Block a user