mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-28 05:35:26 +01:00
Fix recursive proxying in PhasedStorage
ugh
This commit is contained in:
parent
0150da94a8
commit
0f99a6c5ca
@ -66,7 +66,7 @@ public interface PhasedStorage extends Storage {
|
||||
case "getName":
|
||||
case "init":
|
||||
case "getMeta":
|
||||
return method.invoke(proxy, args);
|
||||
return method.invoke(delegate, args);
|
||||
}
|
||||
|
||||
// await the phaser on shutdown
|
||||
|
Loading…
Reference in New Issue
Block a user