mirror of
https://github.com/Melledy/Nebula.git
synced 2025-12-16 22:34:41 +01:00
Update mail state more often
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user