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()){
|
if(source.isClosed()){
|
||||||
|
execSync(() -> {
|
||||||
Bukkit.getScheduler().runTask(FightSystem.getPlugin(), this::endReplay);
|
Bukkit.getScheduler().runTask(FightSystem.getPlugin(), this::endReplay);
|
||||||
task.cancel();
|
task.cancel();
|
||||||
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -345,8 +345,8 @@ public class REntity {
|
|||||||
namedSpawnEntity.set(packet, entityId);
|
namedSpawnEntity.set(packet, entityId);
|
||||||
namedSpawnUUID.set(packet, uuid);
|
namedSpawnUUID.set(packet, uuid);
|
||||||
namedSpawnX.set(packet, locX);
|
namedSpawnX.set(packet, locX);
|
||||||
namedSpawnX.set(packet, locY);
|
namedSpawnY.set(packet, locY);
|
||||||
namedSpawnX.set(packet, locZ);
|
namedSpawnZ.set(packet, locZ);
|
||||||
FlatteningWrapper.impl.setNamedSpawnPacketDataWatcher(packet);
|
FlatteningWrapper.impl.setNamedSpawnPacketDataWatcher(packet);
|
||||||
return packet;
|
return packet;
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren