mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
kleine fuckup gefixd
This commit is contained in:
@@ -19,6 +19,6 @@ public class ReversiBitController extends GenericGameController<BitboardReversi,
|
||||
thread = new OnlineThreadBehaviour<>(game);
|
||||
}
|
||||
}
|
||||
super(new ReversiBitCanvas(switchColors, players[0] instanceof LocalPlayer<BitboardReversi>), game, thread, "Reversi");
|
||||
super(new ReversiBitCanvas(switchColors, players[0] instanceof LocalPlayer<BitboardReversi> || players[1] instanceof LocalPlayer<BitboardReversi>), game, thread, "Reversi");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user