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