working
This commit is contained in:
@@ -100,8 +100,8 @@ public class GameDispatcher implements GameListener {
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onPawnPromoted(PromoteType promotion, Color player) {
|
||||
asyncForEachCall((l) -> l.onPawnPromoted(promotion, player));
|
||||
public void onPawnPromoted(PromoteType promotion) {
|
||||
asyncForEachCall((l) -> l.onPawnPromoted(promotion));
|
||||
}
|
||||
|
||||
public void stopService() {
|
||||
|
||||
Reference in New Issue
Block a user