corrected minor error

This commit is contained in:
Simon Wilkening 2024-10-18 13:53:21 +02:00
parent ba837d4016
commit 0cdd345ab5

View File

@ -53,7 +53,7 @@ public class ServerGameLogic implements ClientInterpreter {
}
/**
* Returns the state of the game.
* Returns the state of the game.
*/
ServerState getState() {
return state;