mirror of
https://github.com/SpigotMC/BungeeCord.git
synced 2026-06-23 07:00:36 +00:00
Fix potential logic flaw in getting default server. Need to look into forced servers issue.
This commit is contained in:
@@ -254,7 +254,7 @@ public class Configuration
|
||||
}
|
||||
if (server == null)
|
||||
{
|
||||
server = servers.get(defaultServerName);
|
||||
server = defaultServerName;
|
||||
}
|
||||
return server;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user