mirror of
https://github.com/PaperMC/Velocity.git
synced 2025-01-06 14:24:41 +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