mirror of
https://github.com/ErikasKontenis/SabrehavenServer.git
synced 2025-10-19 16:53:26 +02:00
fix items, map, protocls
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
-- main tab
|
||||
VERSION = "1.3"
|
||||
|
||||
UI.Label("Config version: " .. VERSION)
|
||||
|
||||
UI.Separator()
|
||||
|
||||
|
||||
|
||||
UI.Separator()
|
||||
|
||||
UI.Button("Discord", function()
|
||||
g_platform.openUrl("https://discord.gg/yhqBE4A")
|
||||
end)
|
||||
|
||||
UI.Button("Forum", function()
|
||||
g_platform.openUrl("http://otclient.net/")
|
||||
end)
|
||||
|
||||
UI.Button("Help & Tutorials", function()
|
||||
g_platform.openUrl("http://bot.otclient.ovh/")
|
||||
end)
|
Reference in New Issue
Block a user