added two more todos
This commit is contained in:
@@ -139,7 +139,7 @@ public int getNumberOfActivePlayers() {
|
||||
*/
|
||||
public void notifyObservers() {
|
||||
for (Observer observer : new ArrayList<>(observers)) {
|
||||
//observer.update();
|
||||
//TODO: observer.update();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user