From 86d1f9470efcf3e2c4f9a042736e4431487b518f Mon Sep 17 00:00:00 2001 From: MrZ626 <1046101471@qq.com> Date: Wed, 22 Sep 2021 19:34:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E4=B9=8B=E5=89=8D=E6=96=B0?= =?UTF-8?q?=E5=85=AC=E5=91=8A=E8=A7=A3=E6=9E=90=E7=9A=84=E5=B0=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- parts/net.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/net.lua b/parts/net.lua index aa16cbd5..c4ceebb6 100644 --- a/parts/net.lua +++ b/parts/net.lua @@ -83,7 +83,7 @@ local function _parseNotice(str) for i=1,#str do local m=str[i] if m:find("=")then - str[m:sub(1,m:find("=")-1)]=m:sub(1,m:find("=")+1) + str[m:sub(1,m:find("=")-1)]=m:sub(m:find("=")+1) end end return str[SETTING.locale]or str[1]