Load groups with load_on_initial=false
This commit is contained in:
parent
6c3e82adec
commit
87bb318d63
1 changed files with 1 additions and 1 deletions
|
@ -99,7 +99,7 @@ impl GameWorld {
|
|||
.get_level_group(self.floor_id, group_instance.id)
|
||||
.unwrap();
|
||||
|
||||
if !level_group.load_on_initial || level_group.load_side == GroupLoadSide::Client {
|
||||
if level_group.load_side == GroupLoadSide::Client {
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue