Fix - Change getCurrentTime ==> getCurrentTurnTime
foekinator656 opened this issue · 0 comments
foekinator656 commented
The name of the method getCurrentTime suggests that you get the current time, but actually you get the remaining time of the current turn. Therefore, I propose to change the method in GameStatController to getCurrentTurnTime.
Also in the class GameStatView the call to this method has to be updated to getCurrentTurnTime.