Pass weaponslot not slot.

This commit is contained in:
2024-03-10 15:21:35 -04:00
parent 406c864b17
commit 50d75eecc6
+1 -1
View File
@@ -312,7 +312,7 @@ public enum CombatManager {
//get Weapon //get Weapon
boolean isWeapon = true; boolean isWeapon = true;
Item weapon = equipped.get(slot); Item weapon = equipped.get(weaponSlot);
ItemBase wb = null; ItemBase wb = null;
if (weapon == null) if (weapon == null)