mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Remove prefix map_ for LoadOrGenerate maps
This commit is contained in:
parent
d2962d544b
commit
5079c0007f
@ -420,7 +420,7 @@ impl FileOpts {
|
||||
.unwrap_or(0)
|
||||
))
|
||||
},
|
||||
Self::LoadOrGenerate { name, .. } => Some(format!("map_{}.bin", name)),
|
||||
Self::LoadOrGenerate { name, .. } => Some(format!("{}.bin", name)),
|
||||
_ => None,
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user