mirror of
https://github.com/CivMC/Civ.git
synced 2026-07-18 00:20:44 +00:00
1.18.2
This commit is contained in:
@@ -11,5 +11,5 @@ civGradle {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
paperDevBundle("1.18.1-R0.1-SNAPSHOT")
|
||||
paperDevBundle("1.18.2-R0.1-SNAPSHOT")
|
||||
}
|
||||
|
||||
@@ -2381,6 +2381,11 @@ public class FakePlayer implements Player {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public @NotNull SpawnCategory getSpawnCategory() {
|
||||
return null;
|
||||
}
|
||||
|
||||
@Override
|
||||
public PersistentDataContainer getPersistentDataContainer() {
|
||||
// TODO Auto-generated method stub
|
||||
@@ -3050,6 +3055,16 @@ public class FakePlayer implements Player {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getSimulationDistance() {
|
||||
return 0;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void setSimulationDistance(int simulationDistance) {
|
||||
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getNoTickViewDistance() {
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user