mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-21 20:35:22 +00:00
Revert "Let's Move Item, Together (#429)"
This reverts commit 3f2240947b.
This commit is contained in:
parent
4fa2be151b
commit
896fa7bf07
41 changed files with 1730 additions and 3096 deletions
|
|
@ -389,10 +389,7 @@ class AvatarTest extends Specification {
|
|||
|
||||
"the fifth slot is the locker wrapped in an EquipmentSlot" in {
|
||||
val (_, avatar) = CreatePlayer()
|
||||
avatar.FifthSlot.Equipment match {
|
||||
case Some(slot : LockerEquipment) => slot.Inventory mustEqual avatar.Locker.Inventory
|
||||
case _ => ko
|
||||
}
|
||||
avatar.FifthSlot.Equipment.contains(avatar.Locker)
|
||||
}
|
||||
|
||||
"toString" in {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue