mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-02-21 15:43:36 +00:00
correction for LoadoutTest
This commit is contained in:
parent
524d6678e6
commit
335b40cdfc
2 changed files with 4 additions and 4 deletions
|
|
@ -173,7 +173,7 @@ class LoadoutTest extends Specification {
|
|||
|
||||
"distinguish MAX subtype information" in {
|
||||
val obj : Player = CreatePlayer()
|
||||
val slot = obj.Slot(2)
|
||||
val slot = obj.Slot(0)
|
||||
slot.Equipment = None //only an unequipped slot can have its Equipment Size changed (Rifle -> Max)
|
||||
Player.SuitSetup(obj, ExoSuitType.MAX)
|
||||
obj.SaveLoadout("generic", 0) //weaponless
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue