mirror of
https://github.com/edubart/otclient.git
synced 2025-04-30 09:39:21 +02:00

* make inventory/healthbar work again allowing reload * changes in top menu toggle buttons * all modules are now reloadable by default * fix warning when using fade in * remove some unused files
14 lines
273 B
Plaintext
14 lines
273 B
Plaintext
Module
|
|
name: client_terminal
|
|
description: Terminal for executing lua functions
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
@onLoad: |
|
|
dofile 'terminal'
|
|
dofile 'commands'
|
|
Terminal.init()
|
|
|
|
@onUnload: |
|
|
Terminal.terminate()
|