diff --git a/main.lua b/main.lua index ef4b0ed4..7609cec9 100644 --- a/main.lua +++ b/main.lua @@ -592,9 +592,9 @@ end table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end) AUTHURL="https://www.studio26f.org/oauth?product=techmino" -AUTHHOST="www.studio26f.org" -WS.switchHost('www.studio26f.org','80','/techmino/ws/v1') -HTTP.setHost("www.studio26f.org") +AUTHHOST="www.studio26f.org:8080" +WS.switchHost('www.studio26f.org','8081','/techmino/ws/v1') +HTTP.setHost("www.studio26f.org:8081") HTTP.setThreadCount(1) table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))