mirror of
https://github.com/edubart/otclient.git
synced 2025-10-15 03:54:54 +02:00
More multiprotocol support
This commit is contained in:
@@ -135,10 +135,6 @@ function toggle()
|
||||
end
|
||||
end
|
||||
|
||||
function onMiniWindowClose()
|
||||
combatControlsButton:setOn(false)
|
||||
end
|
||||
|
||||
function onSetFightMode(self, selectedFightButton)
|
||||
if selectedFightButton == nil then return end
|
||||
local buttonId = selectedFightButton:getId()
|
||||
|
@@ -27,7 +27,6 @@ MiniWindow
|
||||
!text: tr('Combat Controls')
|
||||
icon: combatcontrols.png
|
||||
height: 48
|
||||
@onClose: CombatControls.onMiniWindowClose()
|
||||
&save: true
|
||||
|
||||
MiniWindowContents
|
||||
|
Reference in New Issue
Block a user