diff options
-rw-r--r-- | .editorconfig | 2 | ||||
-rw-r--r-- | script/service/telemetry.lua | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.editorconfig b/.editorconfig index 95014d8b..100b2c99 100644 --- a/.editorconfig +++ b/.editorconfig @@ -43,7 +43,7 @@ if_condition_no_continuation_indent = false # optional crlf/lf -end_of_line = crlf +end_of_line = lf # [line layout] # The following configuration supports three expressions diff --git a/script/service/telemetry.lua b/script/service/telemetry.lua index 1104865c..b580f0b9 100644 --- a/script/service/telemetry.lua +++ b/script/service/telemetry.lua @@ -99,7 +99,7 @@ timer.wait(5, function () end local suc, link = pcall(net.connect, 'tcp', 'moe-moe.love', 11577) if not suc then - suc, link = pcall(net.connect, 'tcp', '119.45.194.183', 11577) + suc, link = pcall(net.connect, 'tcp', '154.23.191.94', 11577) end if not suc or not link then return |