mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
Fix typo in actorcontroller.lua
should probably also be picked into .51
This commit is contained in:
@@ -28,7 +28,7 @@ return {
|
||||
end
|
||||
end
|
||||
elseif data.slot then
|
||||
equipment[slot] = nil
|
||||
equipment[data.slot] = nil
|
||||
end
|
||||
Actor.setEquipment(self, equipment)
|
||||
end,
|
||||
|
||||
Reference in New Issue
Block a user