mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Merge branch 'temp_dev6' into 'master'
Allow for Seeded RNG in simulation games! See merge request core-developers/forge!499
This commit is contained in:
@@ -368,9 +368,6 @@ public class QuestDraftUtils {
|
||||
// Update dialog with winner
|
||||
}
|
||||
|
||||
RegisteredPlayer regPlayer = mc.getWinner();
|
||||
//draft.setWinner(regPlayer.getPlayer().getName());
|
||||
//FModel.getQuest().save();
|
||||
gui.finishGame();
|
||||
} else {
|
||||
final HostedMatch newMatch = GuiBase.getInterface().hostMatch();
|
||||
|
||||
Reference in New Issue
Block a user