Advertisement
JackOUT

Untitled

Jun 23rd, 2021
724
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1.     protected void startChestRefillingTimer() {
  2.         if (chestRefillingTimer.isRunning()) {
  3.             chestRefillingTimer.cancel();
  4.             Common.runLater(chestRefillingTimer::launch);
  5.         } // else chestRefillingTimer.launch();
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement