minecraft: do not define velocity try servers in server module

This commit is contained in:
Nico 2025-12-16 19:52:45 +11:00
parent f4103d221e
commit 8382f9f8e9
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -27,11 +27,6 @@
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
servers = {
fabric-modless = "127.0.0.1:30001";
# In what order we should try servers when a player logs in or is kicked from a server.
try = [
"fabric-modless"
];
};
};
}