mirror of
https://github.com/PaperMC/Paper.git
synced 2024-11-05 10:20:53 +01:00
19 lines
486 B
Diff
19 lines
486 B
Diff
--- a/net/minecraft/server/WorldBorder.java
|
|
+++ b/net/minecraft/server/WorldBorder.java
|
|
@@ -18,6 +18,7 @@
|
|
private double j;
|
|
private int k;
|
|
private int l;
|
|
+ public WorldServer world; // CraftBukkit
|
|
|
|
public WorldBorder() {
|
|
this.e = this.d;
|
|
@@ -177,6 +178,7 @@
|
|
}
|
|
|
|
public void a(IWorldBorderListener iworldborderlistener) {
|
|
+ if (a.contains(iworldborderlistener)) return; // CraftBukkit
|
|
this.a.add(iworldborderlistener);
|
|
}
|
|
|