Adding format name to table.

This commit is contained in:
marcins78@gmail.com
2011-10-05 11:19:52 +00:00
parent d4df9986e5
commit 5de4403c63

View File

@@ -62,8 +62,8 @@ public class HallServer extends AbstractServer {
return Collections.unmodifiableMap(_supportedFormatNames);
}
public LotroFormat getSupportedFormat(String type) {
return _supportedFormats.get(type);
public LotroFormat getSupportedFormat(String formatId) {
return _supportedFormats.get(formatId);
}
public Set<League> getRunningLeagues() {