Fix bad Continuation usage in Velocity listener

This commit is contained in:
Luck 2021-07-31 08:29:32 +01:00
parent 26de6d3a78
commit 433272518f
No known key found for this signature in database
GPG Key ID: EFA9B3EC5FD90F8B

View File

@ -68,6 +68,7 @@ public class VelocityConnectionListener extends AbstractConnectionListener {
Offline mode. */ Offline mode. */
if (!(e.getSubject() instanceof Player)) { if (!(e.getSubject() instanceof Player)) {
continuation.resume();
return; return;
} }