Fix typo in actorcontroller.lua

should probably also be picked into .51
This commit is contained in:
Mads Buvik Sandvei
2026-04-19 12:08:41 +00:00
parent c42424762f
commit 3b5b84c9ee
@@ -28,7 +28,7 @@ return {
end
end
elseif data.slot then
equipment[slot] = nil
equipment[data.slot] = nil
end
Actor.setEquipment(self, equipment)
end,