correction mineur
This commit is contained in:
parent
aaeb12058d
commit
a68c5cbc8d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ AppZone = {
|
||||||
-- use client.cfg value when available
|
-- use client.cfg value when available
|
||||||
local uri getClientCfg("AppZoneUrl")
|
local uri getClientCfg("AppZoneUrl")
|
||||||
if uri == nil or uri == '' then
|
if uri == nil or uri == '' then
|
||||||
uri = 'http://app.liria.khaganat.net/'
|
uri = 'http://app.lirria.khaganat.net/'
|
||||||
end
|
end
|
||||||
|
|
||||||
AppZone.homeuri = uri .. AppZone.homeuri
|
AppZone.homeuri = uri .. AppZone.homeuri
|
||||||
|
|
Loading…
Reference in a new issue