mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 06:56:04 +02:00
lint
This commit is contained in:
+1
-1
@@ -816,7 +816,7 @@ speechSynthesis.getVoices();
|
|||||||
|
|
||||||
// OnPlayerJoining
|
// OnPlayerJoining
|
||||||
var bias = new Date(Date.now() - 120000).toJSON();
|
var bias = new Date(Date.now() - 120000).toJSON();
|
||||||
for (i = 0; i < feeds.length; i++) {
|
for (var i = 0; i < feeds.length; i++) {
|
||||||
var ctx = feeds[i];
|
var ctx = feeds[i];
|
||||||
if ((ctx.created_at < bias) || (ctx.type === 'Location')) {
|
if ((ctx.created_at < bias) || (ctx.type === 'Location')) {
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user