mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
Merge fix
This commit is contained in:
parent
eedb9e6054
commit
72d6a7134d
1 changed files with 1 additions and 1 deletions
|
|
@ -1594,7 +1594,7 @@ public abstract class GameImpl implements Game {
|
||||||
public void playPriority(UUID activePlayerId, boolean resuming) {
|
public void playPriority(UUID activePlayerId, boolean resuming) {
|
||||||
int priorityErrorsCount = 0;
|
int priorityErrorsCount = 0;
|
||||||
infiniteLoopCounter = 0;
|
infiniteLoopCounter = 0;
|
||||||
int rollbackBookmark = 0;
|
int rollbackBookmarkOnPriorityStart = 0;
|
||||||
clearAllBookmarks();
|
clearAllBookmarks();
|
||||||
try {
|
try {
|
||||||
applyEffects();
|
applyEffects();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue