fix: Adds back missing world state (#1536)

This commit is contained in:
Kamron Batman 2023-10-09 10:02:39 -07:00 committed by GitHub
parent 10a69bf754
commit e1f22d9694
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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");