Skip to content

Commit 73942bd

Browse files
authored
Merge pull request #26 from pishifat/ringating
added section-fail to found users that have no chart representation
2 parents 92777ea + adb6b69 commit 73942bd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

processing/bigboy.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -349,6 +349,11 @@ $(document).ready(function ()
349349
{
350350
jumpTo(convertInkCoordX(parseInt(user[0].xcoord, 10)), convertInkCoordY(parseInt(user[0].ycoord, 10)));
351351
}
352+
else
353+
{
354+
console.log("user found, but they are only in treeview")
355+
setFailTimer();
356+
}
352357
}
353358
else
354359
{

0 commit comments

Comments
 (0)