This commit is contained in:
Aubin DORIVAL
2025-03-31 11:54:23 +02:00
parent d944ec282c
commit 2eb2dd373c
2 changed files with 2 additions and 3 deletions

View File

@@ -149,7 +149,7 @@ public class GomokuCell{
//------------------Overides--------------------------
@Override
public String toString() {
switch (this.getSate()) {
switch (this.getState()) {
case Color.NIL:
return ".";
case Color.BLACK: