Update to 1.5.1
By: Benjamin James Harrison-Sims <tehrainbowguy@gmail.com>
This commit is contained in:
parent
9a3a09e79b
commit
f370ab8784
46 changed files with 153 additions and 153 deletions
|
@ -1,4 +1,4 @@
|
|||
From 2ea34c31203154d8b790aabaf4064a09824f2c6c Mon Sep 17 00:00:00 2001
|
||||
From ccf0f903a93204950a351be3ce71d7498c8b5529 Mon Sep 17 00:00:00 2001
|
||||
From: md_5 <md_5@live.com.au>
|
||||
Date: Sun, 17 Mar 2013 19:02:50 +1100
|
||||
Subject: [PATCH] Faster UUID for entities
|
||||
|
@ -9,7 +9,7 @@ It is overkill to create a new SecureRandom on each entity create and then use i
|
|||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/main/java/net/minecraft/server/Entity.java b/src/main/java/net/minecraft/server/Entity.java
|
||||
index 9e5ce4b..83e792c 100644
|
||||
index 24ab35f..c4c2595 100644
|
||||
--- a/src/main/java/net/minecraft/server/Entity.java
|
||||
+++ b/src/main/java/net/minecraft/server/Entity.java
|
||||
@@ -154,7 +154,7 @@ public abstract class Entity {
|
||||
|
@ -22,5 +22,5 @@ index 9e5ce4b..83e792c 100644
|
|||
this.world = world;
|
||||
this.setPosition(0.0D, 0.0D, 0.0D);
|
||||
--
|
||||
1.8.1-rc2
|
||||
1.8.2
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue