TriggerReactor

TriggerReactor

24.6k Downloads

Strange behavior of array

wysohn opened this issue ยท 0 comments

commented

/trg run IMPORT org.bukkit.Material; m = Material.STONE; arr = array(1); arr[0] = m; #MESSAGE arr[0]

This must be printing the content of variable 'm,' but it was reported that it just prints the String "m"