mirror of
https://github.com/edubart/otclient.git
synced 2025-05-23 20:24:28 +02:00

* Implementing rule violation interface * New popup menu on console text messages * Terminal and Console will no longer history double command/messages
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
Module
|
|
name: game_ruleviolation
|
|
description: Rule violation interface
|
|
author: OTClient team
|
|
website: https://github.com/edubart/otclient
|
|
|
|
dependencies:
|
|
- game
|
|
|
|
@onLoad: |
|
|
dofile 'ruleviolation'
|
|
RuleViolation.init()
|
|
|
|
@onUnload: |
|
|
RuleViolation.terminate()
|