mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-27 18:23:36 +00:00
Resource silo test fix (#354)
* isolated test fix from the inst-act branch * getting rid of the hack for implant terminal mech coordinates
This commit is contained in:
parent
9ac1047a9a
commit
7f402ac171
2 changed files with 1 additions and 10 deletions
|
|
@ -100,6 +100,7 @@ class ResourceSiloControlUseTest extends ActorTest {
|
|||
guid.register(obj, 2)
|
||||
guid.register(player, 3)
|
||||
guid.register(vehicle, 4)
|
||||
expectNoMsg(200 milliseconds)
|
||||
zone.Transport ! Zone.Vehicle.Spawn(vehicle)
|
||||
vehicle.Seats(0).Occupant = player
|
||||
player.VehicleSeated = vehicle.GUID
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue