mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-01-09 17:27:38 +00:00
Fixed the overloader
This commit is contained in:
parent
cabced11a7
commit
aef3b0024a
@ -78,6 +78,10 @@ public final class Functions {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (this.method.getParameterTypes().length != args.length) { // TODO: optimize
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
|
||||||
int accum = 0;
|
int accum = 0;
|
||||||
for (RValue argument : args) {
|
for (RValue argument : args) {
|
||||||
accum <<= 2;
|
accum <<= 2;
|
||||||
|
Loading…
Reference in New Issue
Block a user