mirror of
https://github.com/OTCv8/otclientv8.git
synced 2025-12-16 00:49:46 +01:00
Version 1.4 - Websockets and bug fixes
This commit is contained in:
10
init.lua
10
init.lua
@@ -12,13 +12,13 @@ Services = {
|
||||
feedback = "http://otclient.ovh/api/feedback.php"
|
||||
}
|
||||
|
||||
-- Servers accept http login url or ip:port:version
|
||||
-- Servers accept http login url, websocket login url or ip:port:version
|
||||
Servers = {
|
||||
OTClientV8 = "http://otclient.ovh/api/login.php",
|
||||
OTClientV8Websocket = "wss://otclient.ovh:3000/",
|
||||
OTClientV8proxy = "http://otclient.ovh/api/login.php?proxy=1",
|
||||
OTClientV8classic = "otclient.ovh:7171:1099",
|
||||
OTClientV8cwithfeatures = "otclient.ovh:7171:1099:25:30:80:90",
|
||||
OTClientV8Test = "http://otclient.ovh/api/login2.php"
|
||||
OTClientV8c = "otclient.ovh:7171:1099:25:30:80:90",
|
||||
OTClientV8Test = "http://otclient.ovh/api/login2.php",
|
||||
}
|
||||
ALLOW_CUSTOM_SERVERS = true -- if true it shows option ANOTHER on server list
|
||||
-- CONFIG END
|
||||
@@ -75,4 +75,4 @@ g_modules.autoLoadModules(999)
|
||||
g_modules.ensureModuleLoaded("game_interface")
|
||||
|
||||
-- mods 1000-9999
|
||||
g_modules.autoLoadModules(9999)
|
||||
g_modules.autoLoadModules(9999)
|
||||
|
||||
Reference in New Issue
Block a user