mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-16 12:43:52 -07:00
Update for Minecraft 1.8
This commit is contained in:
@@ -40,7 +40,7 @@ public class BlockPortal extends BlockBreakable {
|
||||
return false;
|
||||
}
|
||||
|
||||
public boolean a_(World world, int i, int j, int k) {
|
||||
public boolean b_(World world, int i, int j, int k) {
|
||||
byte b0 = 0;
|
||||
byte b1 = 0;
|
||||
|
||||
@@ -166,7 +166,7 @@ public class BlockPortal extends BlockBreakable {
|
||||
world.getServer().getPluginManager().callEvent(event);
|
||||
// CraftBukkit end
|
||||
|
||||
entity.P();
|
||||
entity.T();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user