Skip to content

Commit 71addef

Browse files
authored
Fix folia support
1 parent 8801528 commit 71addef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

InvSee++_Plugin/src/main/java/com/janboerman/invsee/paper/AsyncTabCompleter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public AsyncTabCompleter(InvseePlusPlus plugin, Scheduler scheduler, OfflinePlay
5353
.collect(Collectors.toSet());
5454
playersWhoCanTabComplete.addAll(tabcompleters);
5555
playersWhoCanTabComplete.retainAll(tabcompleters);
56-
}, 0L, 20L * 60); //every minute
56+
}, 1L, 20L * 60); //every minute
5757
}
5858

5959
private void enqueue(String name) {

0 commit comments

Comments
 (0)