mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:47:41 +02:00
clean up code
intentations lines 263 264
This commit is contained in:
parent
af1591277c
commit
51121554e5
1 changed files with 2 additions and 2 deletions
|
@ -260,8 +260,8 @@ function checkSize(){
|
||||||
// Triggers notification if a user logs on or off
|
// Triggers notification if a user logs on or off
|
||||||
function onOnlineUsersChanged(users) {
|
function onOnlineUsersChanged(users) {
|
||||||
for (user in users) {
|
for (user in users) {
|
||||||
if (last_users.indexOf(users[user]) == -1.0) {
|
if (last_users.indexOf(users[user]) == -1.0) {
|
||||||
createNotification(users[user] + " has joined");
|
createNotification(users[user] + " has joined");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
for (user in last_users) {
|
for (user in last_users) {
|
||||||
|
|
Loading…
Reference in a new issue