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

* Will store servers that are not already in the list when logging in * Can add servers manually if required too * Fixed a bug in table.size
19 lines
358 B
Plaintext
19 lines
358 B
Plaintext
Module
|
|
name: client_serverlist
|
|
description: Manages a server list of previously entered servers
|
|
author: BeniS
|
|
website: www.otclient.info
|
|
|
|
dependencies:
|
|
- client_entergame
|
|
|
|
@onLoad: |
|
|
dofile 'serverlist'
|
|
dofile 'addserver'
|
|
ServerList.init()
|
|
AddServer.init()
|
|
|
|
@onUnload: |
|
|
ServerList.terminate()
|
|
AddServer.terminate()
|