mirror of
https://github.com/edubart/otclient.git
synced 2025-11-30 23:26:51 +01:00
Normalize source code
Add .gitattributes Remove trailing whitespaces
This commit is contained in:
@@ -84,7 +84,7 @@ end
|
||||
function TopMenu.addRightGameButton(id, description, icon, callback)
|
||||
return addButton(id, description, icon, callback, rightGameButtonsPanel, false)
|
||||
end
|
||||
|
||||
|
||||
function TopMenu.addRightGameToggleButton(id, description, icon, callback, right)
|
||||
return addButton(id, description, icon, callback, rightGameButtonsPanel, true)
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user