mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Fix missing event register for restarted matches
This commit is contained in:
@@ -138,8 +138,7 @@ public class HostedMatch {
|
||||
|
||||
public void restartMatch() {
|
||||
endCurrentGame();
|
||||
this.match = new Match(match.getRules(), match.getPlayers(), this.title);
|
||||
startGame();
|
||||
startMatch(match.getRules(), null, match.getPlayers(), this.guis);
|
||||
}
|
||||
|
||||
public void startGame() {
|
||||
|
||||
Reference in New Issue
Block a user