Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
3946a44937
Commit
3b19d81ed9
@ -546,8 +546,10 @@ public class PacketProcessor {
|
||||
}
|
||||
|
||||
if(source.isClosed()){
|
||||
execSync(() -> {
|
||||
Bukkit.getScheduler().runTask(FightSystem.getPlugin(), this::endReplay);
|
||||
task.cancel();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -345,8 +345,8 @@ public class REntity {
|
||||
namedSpawnEntity.set(packet, entityId);
|
||||
namedSpawnUUID.set(packet, uuid);
|
||||
namedSpawnX.set(packet, locX);
|
||||
namedSpawnX.set(packet, locY);
|
||||
namedSpawnX.set(packet, locZ);
|
||||
namedSpawnY.set(packet, locY);
|
||||
namedSpawnZ.set(packet, locZ);
|
||||
FlatteningWrapper.impl.setNamedSpawnPacketDataWatcher(packet);
|
||||
return packet;
|
||||
}
|
||||
|
In neuem Issue referenzieren
Einen Benutzer sperren