Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Fix sending commands to remote server.
Dieser Commit ist enthalten in:
Ursprung
58e072ab94
Commit
9af6829688
@ -82,7 +82,7 @@ public class ClientPlaySessionHandler implements MinecraftSessionHandler {
|
||||
if (msg.startsWith("/")) {
|
||||
try {
|
||||
if (!VelocityServer.getServer().getCommandManager().execute(player, msg.substring(1))) {
|
||||
player.getConnectedServer().getMinecraftConnection().write(msg);
|
||||
player.getConnectedServer().getMinecraftConnection().write(chat);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
logger.info("Exception occurred while running command for {}", player.getProfile().getName(), e);
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren