HectusNet / NeoBB

A better version of Block Battles, where multiple players compete in a turn-based game, similar to chess or card games.
https://hectus.net/neobb
1 stars 1 forks source link

Turn Timer Stuck #4

Closed MarcPG1905 closed 1 month ago

MarcPG1905 commented 2 months ago

Ingame, the boss bar just always shows a timer of either 0 seconds or 5 seconds and it doesn't go down or end your moves either. Seems like it just doesn't tick down and end moves at all.

MarcPG1905 commented 2 months ago

This should be fixable by removing the "- startTick" the tick method (Game.java:134) where it's checked like this: if (GameEvents.currentTick - startTick % 20 == 0) {...}