Update to data version 34

This commit is contained in:
Melledy
2025-11-10 23:11:34 -08:00
parent 04b76135fe
commit d9bd61c50d
3 changed files with 2 additions and 10 deletions

View File

@@ -35,14 +35,6 @@ public class MetaServerlistHandler implements Handler {
this.list.addAgent(agent);
var agent2 = ServerAgent.newInstance()
.setName("Test") // TODO allow change in config
.setAddr(server.getServerConfig().getDisplayAddress() + "/agent-zone-1/")
.setStatus(1)
.setZone(1);
this.list.addAgent(agent2);
// Cache proto
this.proto = list.toByteArray();
}