Misc advancement / recipe reload fixes including SPIGOT-3240
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -9,15 +9,6 @@
|
||||
};
|
||||
private final MinecraftServer d;
|
||||
private final File e;
|
||||
@@ -68,7 +68,7 @@
|
||||
this.g.clear();
|
||||
this.h.clear();
|
||||
this.i.clear();
|
||||
- this.k = true;
|
||||
+ // this.k = true; // CraftBukkit - don't change flag on reload
|
||||
this.g();
|
||||
}
|
||||
|
||||
@@ -88,7 +88,7 @@
|
||||
Iterator iterator = this.data.entrySet().iterator();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user