Fix Portal.getNetwork()

This commit is contained in:
Steven Scott 2012-02-02 22:21:29 -08:00
parent 218484f445
commit b4e4b50d60

View File

@ -288,7 +288,7 @@ public class Portal {
} }
public static ArrayList<String> getNetwork(String network) { public static ArrayList<String> getNetwork(String network) {
return allPortalsNet.get(network); return allPortalsNet.get(network.toLowerCase());
} }
public boolean open(boolean force) { public boolean open(boolean force) {