diff options
Diffstat (limited to 'patches/unapplied')
-rw-r--r-- | patches/unapplied/server/0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/patches/unapplied/server/0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch b/patches/unapplied/server/0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch index 761c57c8f2..c591371af8 100644 --- a/patches/unapplied/server/0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch +++ b/patches/unapplied/server/0986-Strip-raytracing-for-EntityLiving-hasLineOfSight.patch @@ -25,6 +25,8 @@ GNU General Public License for more details. You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. +Feature patch + diff --git a/src/main/java/net/minecraft/world/entity/LivingEntity.java b/src/main/java/net/minecraft/world/entity/LivingEntity.java index 5f1c585c819d25319a4fefd30abde3de7620cf6d..340c4452c09a98bc0220e6fe68dc65afc946986b 100644 --- a/src/main/java/net/minecraft/world/entity/LivingEntity.java |