mirror of
https://github.com/OpenMW/openmw.git
synced 2026-05-06 07:56:40 -04:00
Merge branch 'madsbuvi-master-patch-53515' into 'master'
Fix typo in actorcontroller.lua See merge request OpenMW/openmw!5289
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