mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-07 20:31:51 +09:00
removing a debug print
This commit is contained in:
@@ -44,11 +44,6 @@ interface Pocketed {
|
||||
|
||||
item.effectOnUnequip(this as ActorWithBody)
|
||||
}
|
||||
|
||||
if (this is IngamePlayer) {
|
||||
printdbg(this, "UNEQUIP ITEM ${item.name}")
|
||||
printStackTrace(this)
|
||||
}
|
||||
}
|
||||
|
||||
fun unequipItem(itemID: ItemID?) {
|
||||
|
||||
Reference in New Issue
Block a user