mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-08 18:46:12 +00:00
Fixed: #1298 AS1 direct editation of add,eq,ne and such operations
This commit is contained in:
@@ -1561,7 +1561,7 @@ public class ActionScript2Parser {
|
||||
}
|
||||
break;
|
||||
case IDENTIFIER:
|
||||
switch (lookahead.value.toString()) {
|
||||
switch (op.value.toString()) {
|
||||
case "add":
|
||||
lhs = new StringAddActionItem(null, null, lhs, rhs);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user