mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 21:13:26 +02:00
Update sound engine with some sound fixes
* Refactor client module
This commit is contained in:
@@ -4,6 +4,10 @@ Module
|
||||
author: edubart
|
||||
website: www.otclient.info
|
||||
reloadable: false
|
||||
sandboxed: true
|
||||
scripts: [ client ]
|
||||
@onLoad: init()
|
||||
@onUnload: terminate()
|
||||
|
||||
load-later:
|
||||
- client_skins
|
||||
@@ -18,9 +22,3 @@ Module
|
||||
- client_exit
|
||||
//- client_stats
|
||||
|
||||
@onLoad: |
|
||||
dofile 'client'
|
||||
Client.init()
|
||||
|
||||
@onUnload: |
|
||||
Client.terminate()
|
||||
|
Reference in New Issue
Block a user