1.16.1 prep

This commit is contained in:
Aikar
2020-06-24 21:10:30 -04:00
parent 872f10bf7b
commit e212d4bb19
13 changed files with 21 additions and 85 deletions

View File

@@ -4083,7 +4083,7 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
// we do this so we do not re-read the chunk data on disk
@@ -0,0 +0,0 @@ public class CraftWorld implements World {
return new CraftDragonBattle(((WorldProviderTheEnd) worldProvider).o()); // PAIL rename getDragonBattle
return new CraftDragonBattle(worldProvider.o()); // PAIL rename getDragonBattle
}
+ // Paper start
+ @Override