mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 21:43:26 +02:00
modules changes
* speedup widget destruction checks * rework outfit module using grid layout and the new design * fixes in console, terminal, textmessage modules
This commit is contained in:
@@ -3,13 +3,13 @@ Module
|
||||
description: Manage client hotkeys
|
||||
author: OTClient team
|
||||
website: https://github.com/edubart/otclient
|
||||
|
||||
|
||||
dependencies:
|
||||
- client_tibiafiles
|
||||
|
||||
onLoad: |
|
||||
- game
|
||||
|
||||
@onLoad: |
|
||||
dofile 'hotkeys_manager'
|
||||
HotkeysManager.init()
|
||||
|
||||
onUnload: |
|
||||
@onUnload: |
|
||||
HotkeysManager.terminate()
|
Reference in New Issue
Block a user