[SPIGOT-946] Begin making use of access transforms to simplify patching.
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -1,14 +1,5 @@
|
||||
--- a/net/minecraft/server/EntityTracker.java
|
||||
+++ b/net/minecraft/server/EntityTracker.java
|
||||
@@ -14,7 +14,7 @@
|
||||
private static final Logger a = LogManager.getLogger();
|
||||
private final WorldServer world;
|
||||
private Set<EntityTrackerEntry> c = Sets.newHashSet();
|
||||
- private IntHashMap<EntityTrackerEntry> trackedEntities = new IntHashMap();
|
||||
+ public IntHashMap<EntityTrackerEntry> trackedEntities = new IntHashMap(); // CraftBukkit - public
|
||||
private int e;
|
||||
|
||||
public EntityTracker(WorldServer worldserver) {
|
||||
@@ -113,11 +113,12 @@
|
||||
CrashReportSystemDetails crashreportsystemdetails = crashreport.a("Entity To Track");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user