mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Readded serviceworker, and fixed namechange error
This commit is contained in:
@@ -146,6 +146,9 @@ function namechange(data, guid, socket, tried) {
|
||||
data.name = name;
|
||||
data.password = pass;
|
||||
new_password = false;
|
||||
if(name == "" || pass == "") {
|
||||
return;
|
||||
}
|
||||
} else {
|
||||
var name = data.name;
|
||||
if(data.hasOwnProperty("first")) {
|
||||
|
||||
Reference in New Issue
Block a user