mirror of
https://github.com/LuckPerms/LuckPerms.git
synced 2024-11-27 05:05:22 +01:00
Fix bad Continuation usage in Velocity listener
This commit is contained in:
parent
26de6d3a78
commit
433272518f
@ -68,6 +68,7 @@ public class VelocityConnectionListener extends AbstractConnectionListener {
|
||||
Offline mode. */
|
||||
|
||||
if (!(e.getSubject() instanceof Player)) {
|
||||
continuation.resume();
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user