Merge fix

This commit is contained in:
Oleg Agafonov 2024-01-08 23:28:17 +04:00
parent eedb9e6054
commit 72d6a7134d

View file

@ -1594,7 +1594,7 @@ public abstract class GameImpl implements Game {
public void playPriority(UUID activePlayerId, boolean resuming) {
int priorityErrorsCount = 0;
infiniteLoopCounter = 0;
int rollbackBookmark = 0;
int rollbackBookmarkOnPriorityStart = 0;
clearAllBookmarks();
try {
applyEffects();