修复了提交更新时的BUG

This commit is contained in:
HSL
2017-03-23 08:25:13 +08:00
parent 411be01f9c
commit ed0b5f5d16

View File

@@ -345,10 +345,11 @@ namespace 软件系统服务端模版
{
UserServer.ServerSettings.SystemVersion = new SystemVersion(object2.Substring(4));
UserServer.ServerSettings.SaveToFile();
net_simplify_server.SendMessage(object1, "1");
}
catch
{
net_simplify_server.SendMessage(object1, "0");
}
}
else if (head_code == CommonHeadCode.SimplifyHeadCode.)