1
mirror of https://github.com/Shiewk/Widgets.git synced 2026-04-28 11:34:17 +02:00

Update TPS widget immediately on world switch

This commit is contained in:
Shy
2026-01-23 15:32:46 +01:00
parent 1035ae651d
commit bdcf351ba0
@@ -37,6 +37,7 @@ public class TPSWidget extends BasicTextWidget {
public static void worldChanged(){
updatesSinceWorldChange = 0;
INSTANCE.updateTPS(1, 1, false);
}
public static void worldTimeUpdated(long nanoTime) {