16 lines
263 B
Plaintext
16 lines
263 B
Plaintext
|
Module
|
||
|
name: pingbar
|
||
|
description: Show ping in game
|
||
|
author: OTClient team
|
||
|
website: https://github.com/edubart/otclient
|
||
|
|
||
|
autoLoad: true
|
||
|
autoLoadPriority: 1000
|
||
|
|
||
|
onLoad: |
|
||
|
require 'pingbar'
|
||
|
PingBar.init()
|
||
|
|
||
|
onUnload: |
|
||
|
PingBar.terminate()
|