mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-07 16:57:42 +01:00
20 lines
851 B
Diff
20 lines
851 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Zach Brown <1254957+zachbr@users.noreply.github.com>
|
|
Date: Sat, 14 Jan 2017 01:22:07 -0600
|
|
Subject: [PATCH] Assign the World in WorldGenStronghold
|
|
|
|
|
|
diff --git a/src/main/java/net/minecraft/server/WorldGenStronghold.java b/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
|
index 8b285bdd4..b6e60e9df 100644
|
|
--- a/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
|
+++ b/src/main/java/net/minecraft/server/WorldGenStronghold.java
|
|
@@ -0,0 +0,0 @@ public class WorldGenStronghold extends StructureGenerator<WorldGenFeatureStrong
|
|
if (this.d != world.getSeed()) {
|
|
this.c();
|
|
}
|
|
-
|
|
+ this.g = world; // Paper
|
|
if (!this.b) {
|
|
this.a(chunkgenerator);
|
|
this.b = true;
|
|
--
|