Fix error

This commit is contained in:
Felix Koppe
2024-11-30 14:10:42 +01:00
parent d53067f21a
commit 67d120c278

View File

@@ -17,7 +17,7 @@ public class TskSelectNotification extends Notification{
* @param name the name of the player that is in the game.
* @param self true if it was the local player selecting the tsk, false otherwise
*/
TskSelectNotification(Color color, String name, boolean self) {
public TskSelectNotification(Color color, String name, boolean self) {
this.color = color;
this.name = name;
this.self = self;