Update mail state more often

This commit is contained in:
Melledy
2025-10-31 01:53:49 -07:00
parent 36004b3fc3
commit c18bafae85
5 changed files with 66 additions and 16 deletions

View File

@@ -14,6 +14,7 @@ import emu.nebula.command.CommandManager;
import emu.nebula.data.ResourceLoader;
import emu.nebula.database.DatabaseManager;
import emu.nebula.game.GameContext;
import emu.nebula.net.PacketHelper;
import emu.nebula.server.HttpServer;
import emu.nebula.util.Handbook;
import emu.nebula.util.JsonUtils;
@@ -78,6 +79,8 @@ public class Nebula {
if (generateHandbook) {
Handbook.generate();
}
// Cache proto methods
PacketHelper.cacheProtos();
}
try {