mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-03-14 17:40:34 +00:00
Interim 2 (#477)
* changed DefaultCancellable.obj with Default.Cancellable and deleted the former (as unnecessary) * changed ActorRef.noSender with Default.Actor for PlanetSideServerObject entities * Actor.noSender -> ActorRef.noSender, for consistency * player name in log messages; zoneLoaded and zoneReload flags; upstream message count * Default object tests; expanded the set current avatar loop * fallback cases for unsuccessful zone/avatar load process * completing the trials of the god Travis * forgot to reactivate kamon
This commit is contained in:
parent
765816a4d2
commit
d6397d54a1
64 changed files with 523 additions and 302 deletions
|
|
@ -92,10 +92,6 @@ class ZoneTest extends Specification {
|
|||
"Zone" should {
|
||||
"construct" in {
|
||||
val zone = new Zone("home3", map13, 13)
|
||||
zone.GUID mustEqual ActorRef.noSender
|
||||
zone.Ground mustEqual ActorRef.noSender
|
||||
zone.Transport mustEqual ActorRef.noSender
|
||||
//zone also has a unique identifier system but it can't be accessed without its the Actor GUID being initialized
|
||||
zone.EquipmentOnGround mustEqual List.empty[Equipment]
|
||||
zone.Vehicles mustEqual List.empty[Vehicle]
|
||||
zone.Players mustEqual List.empty[Player]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue