mirror of
https://github.com/MCSManager/MCSManager.git
synced 2025-03-19 16:40:22 +08:00
修改 - 服务器参数页面判断问题
This commit is contained in:
parent
8b8bf636be
commit
76c63a83d0
@ -118,7 +118,7 @@
|
||||
},
|
||||
toRebulider: function () {
|
||||
var addCmdList = this.addCmd.split(' ');
|
||||
if (!TOOLS.isStdText(this.oldServerName) || !TOOLS.isStdText(this.name)) {
|
||||
if (!TOOLS.isStdText(this.name)) {
|
||||
TOOLS.pushMsgWindow("服务器名字不合法!仅限字母数字下划线!");
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user