From 91ca9e9741b8bb243465de3266a7d0a91cb6a18b Mon Sep 17 00:00:00 2001 From: snxraven Date: Fri, 6 Dec 2024 06:58:17 -0500 Subject: [PATCH] update config --- velocity-image/velocity.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/velocity-image/velocity.toml b/velocity-image/velocity.toml index 0d9c935..806d798 100644 --- a/velocity-image/velocity.toml +++ b/velocity-image/velocity.toml @@ -72,9 +72,9 @@ enable-player-address-logging = true [servers] # Configure your servers here. Each key represents the server's name, and the value # represents the IP address of the server to connect to. -lobby = "ssh.surf:8001" -factions = "ssh.surf:8002" -minigames = "ssh.surf:8003" +lobby = "127.0.0.1:8001" +factions = "127.0.0.1:8002" +minigames = "127.0.0.1:8003" idk = "ssh.surf:8004" # In what order we should try servers when a player logs in or is kicked from a server.