This commit is contained in:
Lucas
2019-07-07 00:52:37 +02:00
parent aaea8ec0d5
commit 70e0d6cc34
16 changed files with 50 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ public class ScriptOpcodesTransformer implements Transformer // robots in disgui
ListIterator<Instruction> it = ins.getInstructions().listIterator();
Instruction i;
while(it.hasNext())
while (it.hasNext())
{
i = it.next();