geforkt von Mirrors/FastAsyncWorldEdit
Fixed the overloader
Dieser Commit ist enthalten in:
Ursprung
cabced11a7
Commit
aef3b0024a
@ -78,6 +78,10 @@ public final class Functions {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (this.method.getParameterTypes().length != args.length) { // TODO: optimize
|
||||
return false;
|
||||
}
|
||||
|
||||
int accum = 0;
|
||||
for (RValue argument : args) {
|
||||
accum <<= 2;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren