mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-02-11 15:29:30 +08:00
pass eventLoop to thenApplyAsync
This commit is contained in:
parent
1fb382e0f6
commit
fb64333813
@ -147,7 +147,7 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
||||
TextColor.RED));
|
||||
}
|
||||
}
|
||||
});
|
||||
}, smc.eventLoop());
|
||||
} else {
|
||||
PlayerChatEvent event = new PlayerChatEvent(player, msg);
|
||||
server.getEventManager().fire(event)
|
||||
|
Loading…
Reference in New Issue
Block a user