forked from mirror/MCSManager
修改 缩小 § 符号正则
This commit is contained in:
parent
9c81273e3a
commit
7e6726234b
@ -114,7 +114,7 @@
|
||||
|
||||
//Minecraft 服务器输出删除双S
|
||||
TOOLS.deletDoubleS = function (text) {
|
||||
text = text.replace(/§./igm, "");
|
||||
text = text.replace(/§[0-9A-Za-z]{1}/igm, "");
|
||||
return text;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user