mirror of
https://github.com/lubosz/overte.git
synced 2025-08-13 09:12:35 +02:00
style
This commit is contained in:
parent
4d12a6d81c
commit
96b3114a36
1 changed files with 0 additions and 1 deletions
|
@ -474,7 +474,6 @@ function onOnlineUsersChanged(users) {
|
||||||
if (last_users.indexOf(users[i]) === -1.0) {
|
if (last_users.indexOf(users[i]) === -1.0) {
|
||||||
createNotification(users[i] + " has joined");
|
createNotification(users[i] + " has joined");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
for (i = 0; i < last_users.length; i += 1) {
|
for (i = 0; i < last_users.length; i += 1) {
|
||||||
|
|
Loading…
Reference in a new issue