Skip to content

Commit

Permalink
switch back to normal lights
Browse files Browse the repository at this point in the history
  • Loading branch information
Spydr06 committed Jun 8, 2023
1 parent 4094367 commit 7974bb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/world/src/server/gen.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl World {
}

// TEMPORARY:
chunk.set_tile(Vector2::default(), Tile::QuarteredLamp);
chunk.set_tile(Vector2::default(), Tile::Lamp);

chunk.population = Population::TerrainRaw;
}
Expand Down

0 comments on commit 7974bb6

Please sign in to comment.