Skip to content

Commit

Permalink
Archive small_s
Browse files Browse the repository at this point in the history
  • Loading branch information
iMilchshake committed Nov 26, 2024
1 parent 4a732bc commit 0f31083
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ impl MapConfig {

/// This function defines the initial default config for actual map generator
pub fn get_initial_config() -> MapConfig {
let file = MapConfigStorage::get("small_s.json").unwrap();
let file = MapConfigStorage::get("small_s_tight.json").unwrap();
let data = std::str::from_utf8(&file.data).unwrap();
let config: MapConfig = serde_json::from_str(data).unwrap();
config
Expand Down

0 comments on commit 0f31083

Please sign in to comment.