3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-12-18 20:40:08 +01:00

Fixed being unable to use water in The End. Fixes BUKKIT-1002

Dieser Commit ist enthalten in:
EvilSeph 2012-03-09 13:35:04 -05:00
Ursprung ec2713b256
Commit c4b4afa14d

Datei anzeigen

@ -7,7 +7,7 @@ public class WorldProviderTheEnd extends WorldProvider {
public void a() {
this.c = new WorldChunkManagerHell(BiomeBase.SKY, 0.5F, 0.0F);
this.dimension = 1;
this.e = true;
this.e = false; // CraftBukkit
}
public IChunkProvider getChunkProvider() {