fix: Adds back missing world state (#1536)
This commit is contained in:
parent
10a69bf754
commit
e1f22d9694
1 changed files with 2 additions and 0 deletions
|
|
@ -323,6 +323,8 @@ public static class World
|
|||
return TimeSpan.Zero;
|
||||
}
|
||||
|
||||
WorldState = WorldState.Saving;
|
||||
|
||||
Broadcast(0x35, true, "The world is saving, please wait.");
|
||||
|
||||
logger.Information("Saving world");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue