game: fixed that some users was able to run outdated macro feature

This commit is contained in:
Oleg Agafonov 2023-12-01 19:54:21 +04:00
parent 264b73355a
commit ebaa92c537

View file

@ -2777,6 +2777,7 @@ public class HumanPlayer extends PlayerImpl {
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;