ErzengelLichtes

Results 1 issues of ErzengelLichtes

Creating a custom function that accepts a function causes a java.lang.ArrayIndexOutOfBoundsException **Example Script** ``` function test(callback as function(int)bool) { if(callback(3)) { print("callback success"); } } //Note: The below is unnecessary...