mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 06:40:52 +00:00
setglobalslot as §§
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ public class SetGlobalSlotAVM2Item extends AVM2Item {
|
||||
|
||||
@Override
|
||||
public GraphTextWriter appendTo(GraphTextWriter writer, LocalData localData) throws InterruptedException {
|
||||
writer.append("setglobalslot");
|
||||
writer.append("§§setglobalslot");
|
||||
writer.spaceBeforeCallParenthesies(2);
|
||||
writer.append("(");
|
||||
writer.append(slotId).append(",");
|
||||
|
||||
Reference in New Issue
Block a user