mirror of
https://github.com/BGHDDevelopment/PlayerBalancer.git
synced 2024-11-09 12:30:03 +01:00
Made the section servers list modifiable
This commit is contained in:
parent
afe9e230f9
commit
494e6b61d8
@ -215,7 +215,7 @@ public class ServerSection {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public List<ServerInfo> getServers() {
|
public List<ServerInfo> getServers() {
|
||||||
return Collections.unmodifiableList(servers);
|
return servers;
|
||||||
}
|
}
|
||||||
|
|
||||||
public ProviderType getProvider() {
|
public ProviderType getProvider() {
|
||||||
|
Loading…
Reference in New Issue
Block a user