mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-02-24 00:53:40 +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
|
|
@ -187,7 +187,7 @@ class PlayerControlRepairTest extends ActorTest {
|
|||
assert(originalArmor < player2.MaxArmor)
|
||||
|
||||
player2.Actor ! CommonMessages.Use(player1, Some(tool))
|
||||
val msg_avatar = avatarProbe.receiveN(5, 500 milliseconds)
|
||||
val msg_avatar = avatarProbe.receiveN(5, 1000 milliseconds)
|
||||
assert(
|
||||
msg_avatar.head match {
|
||||
case AvatarServiceMessage("TestCharacter1", AvatarAction.SendResponse(_, InventoryStateMessage(PlanetSideGUID(4), _, PlanetSideGUID(3), _))) => true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue