aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/tablisttutorial/TablistAPI.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/tablisttutorial/TablistAPI.kt b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/tablisttutorial/TablistAPI.kt
index 0ab086b4..2ec0b5d4 100644
--- a/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/tablisttutorial/TablistAPI.kt
+++ b/src/main/kotlin/io/github/moulberry/notenoughupdates/miscfeatures/tablisttutorial/TablistAPI.kt
@@ -75,7 +75,7 @@ object TablistAPI {
if (addToQueue &&
list.isEmpty() &&
sawReset &&
- (System.nanoTime() - lastWorldSwitch > 10_000_000L) &&
+ (System.nanoTime() - lastWorldSwitch > 10_000_000_000L) &&
widget.widgetName != lastWidgetEnabled
) {
TablistTaskQueue.addToQueue(widget, showNotification)