Skip to content

Commit ca8012d

Browse files
committed
Cleanup
1 parent e6cc2b3 commit ca8012d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paper-api/src/main/java/org/bukkit/WorldCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ public WorldCreator clearForcedSpawnPosition() {
311311
*/
312312
@Nullable
313313
public Position forcedSpawnPosition() {
314-
return this.spawnPositionOverride == null ? null : this.spawnPositionOverride;
314+
return this.spawnPositionOverride;
315315
}
316316

317317
/**

0 commit comments

Comments
 (0)