mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-25 09:33:33 +00:00
Amenity positions + !hack refactor (#503)
* Add object positions for capture terminals and resource silos * Small refactoring / renaming for !hack and capture terminals
This commit is contained in:
parent
e91e282d3a
commit
d1e7d8f8e0
31 changed files with 643 additions and 636 deletions
|
|
@ -213,7 +213,7 @@ class ResourceSiloObjectBuilderTest extends ActorTest {
|
|||
"build" in {
|
||||
val hub = ServerObjectBuilderTest.NumberPoolHub
|
||||
val actor = system.actorOf(Props(classOf[ServerObjectBuilderTest.BuilderTestActor], ServerObjectBuilder(1,
|
||||
ResourceSilo.Constructor), hub), "spawn-tube")
|
||||
ResourceSilo.Constructor(Vector3(0f, 0f, 0f))), hub), "resource-silo")
|
||||
actor ! "startup"
|
||||
|
||||
val reply = receiveOne(Duration.create(1000, "ms"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue