@@ -1,14 +1,14 @@
|
||||
From dc989aecc7c147d1b86e9c92739db6f996c9213a Mon Sep 17 00:00:00 2001
|
||||
From ddff742213ed919561eecebcec331cad67cf8468 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Tue, 2 Jul 2013 20:32:49 +1000
|
||||
Subject: [PATCH] Entity Mount and Dismount Events
|
||||
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
|
||||
index 8fbf811..3b1d9e4 100644
|
||||
index d4bd4ed..0653ff2 100644
|
||||
--- a/src/main/java/net/minecraft/server/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/server/Entity.java
|
||||
@@ -1411,6 +1411,7 @@ public abstract class Entity {
|
||||
@@ -1421,6 +1421,7 @@ public abstract class Entity {
|
||||
pluginManager.callEvent(event);
|
||||
}
|
||||
// CraftBukkit end
|
||||
@@ -16,7 +16,7 @@ index 8fbf811..3b1d9e4 100644
|
||||
|
||||
this.setPositionRotation(this.vehicle.locX, this.vehicle.boundingBox.b + (double) this.vehicle.length, this.vehicle.locZ, this.yaw, this.pitch);
|
||||
this.vehicle.passenger = null;
|
||||
@@ -1428,6 +1429,17 @@ public abstract class Entity {
|
||||
@@ -1438,6 +1439,17 @@ public abstract class Entity {
|
||||
}
|
||||
}
|
||||
// CraftBukkit end
|
||||
|
||||
Reference in New Issue
Block a user