Skip to content

Commit 485b90c

Browse files
committed
fix(player-data): ci not building
1 parent 3b45a98 commit 485b90c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pumpkin/src/server/mod.rs

-5
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,6 @@ impl Server {
102102
DimensionType::Overworld,
103103
);
104104

105-
// Spawn chunks are never unloaded
106-
for chunk in Self::spawn_chunks() {
107-
world.level.mark_chunk_as_newly_watched(chunk);
108-
}
109-
110105
let world_name = world_path.to_str().unwrap();
111106

112107
Self {

0 commit comments

Comments
 (0)