Fix Portal.getNetwork()
This commit is contained in:
parent
218484f445
commit
b4e4b50d60
@ -288,7 +288,7 @@ public class Portal {
|
||||
}
|
||||
|
||||
public static ArrayList<String> getNetwork(String network) {
|
||||
return allPortalsNet.get(network);
|
||||
return allPortalsNet.get(network.toLowerCase());
|
||||
}
|
||||
|
||||
public boolean open(boolean force) {
|
||||
|
Loading…
Reference in New Issue
Block a user