Integrated noise handling so it would run, some bugs still to work out

This commit is contained in:
Seraina
2022-04-13 11:43:35 +02:00
parent 062304719f
commit 850e09e0af
7 changed files with 20 additions and 14 deletions

View File

@@ -210,7 +210,7 @@ public class ClientHandler implements Runnable {
if(vote != Integer.MAX_VALUE) { //gets MAX_VALUE when the vote wasn't valid
VoteHandler.getClientVoteData().setVote(position,vote);
LOGGER.debug("Player vote: " + vote);
VoteHandler.getClientVoteData().setHasVoted(position,true);
VoteHandler.getClientVoteData().setHasVoted(position,true); //TODO: move clientVoteData to gamestate
}
}