Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2024-11-06 00:00:47 +01:00
Commit
c9e0e14eb1
@ -54,7 +54,7 @@ public class SessionCommandHandler implements CommandHandler<SessionPlayerComman
|
|||||||
|
|
||||||
String commandToRun = result.getCommand().orElse(packet.command);
|
String commandToRun = result.getCommand().orElse(packet.command);
|
||||||
if (result.isForwardToServer()) {
|
if (result.isForwardToServer()) {
|
||||||
if (!packet.isSigned() && commandToRun.equals(packet.command)) {
|
if (packet.isSigned() && commandToRun.equals(packet.command)) {
|
||||||
return CompletableFuture.completedFuture(packet);
|
return CompletableFuture.completedFuture(packet);
|
||||||
} else {
|
} else {
|
||||||
if (packet.isSigned()) {
|
if (packet.isSigned()) {
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren