mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Reinstate town music.
This commit is contained in:
parent
8072c9db3b
commit
ff624dd6e9
@ -296,7 +296,7 @@ impl World {
|
||||
sim_chunk
|
||||
.sites
|
||||
.iter()
|
||||
.any(|site| matches!(index.sites[*site].kind, SiteKind::Settlement(_))),
|
||||
.any(|site| matches!(index.sites[*site].kind, SiteKind::Refactor(_))),
|
||||
sim_chunk
|
||||
.sites
|
||||
.iter()
|
||||
|
Loading…
Reference in New Issue
Block a user