diff --git a/CommonCore/SQL/src/de/steamwar/sql/PersonalKit.kt b/CommonCore/SQL/src/de/steamwar/sql/PersonalKit.kt index a5df337e..1205ebfb 100644 --- a/CommonCore/SQL/src/de/steamwar/sql/PersonalKit.kt +++ b/CommonCore/SQL/src/de/steamwar/sql/PersonalKit.kt @@ -72,6 +72,7 @@ class InternalKit(id: EntityID): CompositeEntity(id) { ) { this.inventory = rawInventory this.armor = rawArmor + this.inUse = false } }.also { it.setDefault() }