fix gen
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user