Fix a bug with macro optimization that was preventing resets on changed sequences

This commit is contained in:
nefigah
2017-02-04 07:35:04 +00:00
parent d429906bcd
commit c721dca230

View File

@@ -2024,6 +2024,7 @@ public class PlayerControllerHuman
return; return;
} }
rememberedSequenceText = textSequence; rememberedSequenceText = textSequence;
rememberedActions.clear();
// Clean up input // Clean up input
textSequence = textSequence.trim().toLowerCase().replaceAll("[@%]", ""); textSequence = textSequence.trim().toLowerCase().replaceAll("[@%]", "");