We don't need that to be there anymore
This commit is contained in:
@@ -539,7 +539,7 @@ export default class WSServer {
|
|||||||
status = "1";
|
status = "1";
|
||||||
}
|
}
|
||||||
} else
|
} else
|
||||||
if (!/^[a-zA-Z0-9\ \-\_\.]+$/.test(newName) || newName.length > 20 || newName.trim().length < 3) {
|
if (!/^[a-zA-Z0-9\ \-\_\.]+$/.test(newName) || newName.length > 20 || newName.length < 3) {
|
||||||
client.assignGuestName(this.getUsernameList());
|
client.assignGuestName(this.getUsernameList());
|
||||||
status = "2";
|
status = "2";
|
||||||
} else
|
} else
|
||||||
|
|||||||
Reference in New Issue
Block a user