Fix checkstyle issues.

This commit is contained in:
Bagietka 2023-09-04 14:59:00 +02:00
parent a15a75dc29
commit 164e27005a
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ public class LimboPlayer {
*
* @return The player's gamemode
*/
public GameMode getGameMode() {return gameMode;}
public GameMode getGameMode() {
return gameMode;
}
/**
* Return whether the player is an operator or not (i.e. whether he is an OP).