feat: add LB migration and reorganize configuration

This commit is contained in:
Leon.Schmidt
2026-08-17 02:08:31 +02:00
parent d9ada55ebc
commit 3e35a12efd
24 changed files with 5603 additions and 956 deletions
@@ -3,7 +3,7 @@ if Bridge.Framework.GetName() ~= "esx" then
end
if GetResourceState("esx_property") ~= "started" then
print("[sky_phone] esx_property is not started; the housing provider is disabled.")
Bridge.Debug("warn", "[sky_phone] esx_property is not started; the housing provider is disabled.")
return
end