Paper 1.9.4 Update
This commit is contained in:
@@ -30,8 +30,8 @@ index 0000000000000000000000000000000000000000..00000000000000000000000000000000
|
||||
}
|
||||
|
||||
public long x() {
|
||||
- return this.v;
|
||||
+ return world.paperConfig.useInhabitedTime ? this.v : 0; // Paper
|
||||
- return this.w;
|
||||
+ return world.paperConfig.useInhabitedTime ? this.w : 0; // Paper
|
||||
}
|
||||
|
||||
public void c(long i) {
|
||||
|
||||
Reference in New Issue
Block a user