bugfix API
This commit is contained in:
@@ -33,7 +33,7 @@ public abstract class AbstractBoard implements IBoard{
|
||||
// Beware not checking if history is not empty
|
||||
// To be used in undo()
|
||||
private void removePlyFromHistory(){
|
||||
return this.history.removeLast();
|
||||
this.history.removeLast();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user