Steaf23 / BingoReloaded

Minecraft Bingo 1.18+ Plug-In
GNU General Public License v3.0
23 stars 10 forks source link

Timer Shows 00:00 at 60 second mark #5

Closed nagilson closed 1 year ago

nagilson commented 1 year ago

https://github.com/Steaf23/BingoReloaded/blob/89c71099a5b79f4ad6492c9fe36e0c9ca15e9242/src/main/java/io/github/steaf23/bingoreloaded/GameTimer.java#L48 This should be >= 60, if it == 60, it will not pass the if check and so at the minute mark it will show 00:00. Thanks for making this btw, lots of fun 👍

https://github.com/Steaf23/BingoReloaded/blob/89c71099a5b79f4ad6492c9fe36e0c9ca15e9242/src/main/java/io/github/steaf23/bingoreloaded/GameTimer.java#L58