We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6cc2b3 commit ca8012dCopy full SHA for ca8012d
paper-api/src/main/java/org/bukkit/WorldCreator.java
@@ -311,7 +311,7 @@ public WorldCreator clearForcedSpawnPosition() {
311
*/
312
@Nullable
313
public Position forcedSpawnPosition() {
314
- return this.spawnPositionOverride == null ? null : this.spawnPositionOverride;
+ return this.spawnPositionOverride;
315
}
316
317
/**
0 commit comments