mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 12:12:30 +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
|
||||
function onOnlineUsersChanged(users) {
|
||||
for (user in users) {
|
||||
if (last_users.indexOf(users[user]) == -1.0) {
|
||||
createNotification(users[user] + " has joined");
|
||||
if (last_users.indexOf(users[user]) == -1.0) {
|
||||
createNotification(users[user] + " has joined");
|
||||
}
|
||||
}
|
||||
for (user in last_users) {
|
||||
|
|
Loading…
Reference in a new issue