Testing is good

This commit is contained in:
ceikry
2021-06-24 21:31:01 -05:00
parent 3731edfff4
commit fe81487a1c
3 changed files with 6 additions and 6 deletions
+1 -2
View File
@@ -128,12 +128,11 @@ object ContentAPI {
else -> throw IllegalStateException("Invalid value passed for item")
}
when(container){
return when(container){
Container.INVENTORY -> player.inventory.remove(it)
Container.BANK -> player.bank.remove(it)
Container.EQUIPMENT -> player.equipment.remove(it)
}
return false
}
/**