16 lines
250 B
Plaintext
16 lines
250 B
Plaintext
|
Module
|
||
|
name: game_bugreport
|
||
|
description: Bug report interface (Ctrl+Z)
|
||
|
author: edubart
|
||
|
website: www.otclient.info
|
||
|
|
||
|
dependencies:
|
||
|
- game
|
||
|
|
||
|
@onLoad: |
|
||
|
dofile 'bugreport'
|
||
|
BugReport.init()
|
||
|
|
||
|
@onUnload: |
|
||
|
BugReport.terminate()
|