Added Getter for properties

This commit is contained in:
Parnassian
2014-02-26 18:59:07 +01:00
parent d4f167a267
commit 7108118294
@@ -65,5 +65,9 @@ public class ServerProviderInfo {
return Integer.parseInt(properties.getProperty("bankTabs"));
}
public Properties getProperties() {
return this.properties;
}
}