Skip to content

Commit f502349

Browse files
authored
Update findghost.js
1 parent a060d3e commit f502349

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/findghost.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ var findghost = {
871871
findghost.hall.message.sendGame(findghost.hall.message.GAME_MESSAGE.WHITE_RUN, [displayName]);
872872
findghost.db.sync.ref("/game/users/" + uid).remove()
873873
})
874-
} else {
874+
} else{
875875
findghost.hall.message.sendGame(findghost.hall.message.GAME_MESSAGE.WHITE_LEAVE, [displayName]);
876876
}
877877
});
@@ -883,4 +883,4 @@ var findghost = {
883883
});
884884
}
885885
}
886-
}
886+
}

0 commit comments

Comments
 (0)