CommandHelper

CommandHelper

46.5k Downloads

foreach 1 argument error

LadyCailinBot opened this issue ยท 1 comments

commented

CMDHELPER-3029 - Reported by PseudoKnight

foreach(@array) { code }

	at com.laytonsmith.core.functions.DataHandling$foreach.execs(DataHandling.java:627)
	at com.laytonsmith.core.Script.eval(Script.java:312)
	at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1908)
	at com.laytonsmith.core.MethodScriptCompiler.execute(MethodScriptCompiler.java:1865)
	at com.laytonsmith.commandhelper.CommandHelperInterpreterListener.execute(CommandHelperInterpreterListener.java:170)
	at com.laytonsmith.commandhelper.CommandHelperInterpreterListener.textLine(CommandHelperInterpreterListener.java:131)
	at com.laytonsmith.commandhelper.CommandHelperInterpreterListener$1.run(CommandHelperInterpreterListener.java:70)
	at com.laytonsmith.abstraction.bukkit.BukkitConvertor$1.call(BukkitConvertor.java:309)
	at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftFuture.run(CraftFuture.java:89)
	at org.bukkit.craftbukkit.v1_8_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
	at net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:698)
	at net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
	at net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:623)
	at net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:526)
	at java.lang.Thread.run(Unknown Source)```
commented

Comment by LadyCailin

Fixed