Skip to content

Commit

Permalink
game: fixed that some users was able to run outdated macro feature
Browse files Browse the repository at this point in the history
  • Loading branch information
JayDi85 committed Dec 1, 2023
1 parent 264b733 commit ebaa92c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2777,6 +2777,7 @@ public void sendPlayerAction(PlayerAction playerAction, Game game, Object data)
holdingPriority = false;
break;
case TOGGLE_RECORD_MACRO:
if (true) return; // TODO: macro unsupported in current version
if (recordingMacro) {
logger.debug("Finished Recording Macro");
activatingMacro = true;
Expand Down

0 comments on commit ebaa92c

Please sign in to comment.