mirror of
https://github.com/edubart/otclient.git
synced 2025-10-18 13:33:27 +02:00
bug report module
* change modules authors and website * avoid anchors recursivity crash * update README
This commit is contained in:
15
modules/game_bugreport/bugreport.otmod
Normal file
15
modules/game_bugreport/bugreport.otmod
Normal file
@@ -0,0 +1,15 @@
|
||||
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()
|
Reference in New Issue
Block a user