minecraft-bingo icon indicating copy to clipboard operation
minecraft-bingo copied to clipboard

Change TeamCommand check to allow it in post-game ?

Open JPenuchot opened this issue 2 years ago • 2 comments

Here's the line: https://github.com/Extremelyd1/minecraft-bingo/blob/c3d9abd0dc6563da5c7c65d93dea01beddb4ba1f/src/main/java/com/extremelyd1/command/TeamCommand.java#L42

Is there a reason to not put if (game.getState().equals(Game.State.IN_GAME)) instead?

I've tried doing it and it doesn't seem to mess with the plugin, but I'd like to have your feedback on that.

JPenuchot avatar Nov 23 '21 16:11 JPenuchot