mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Added Getter for properties
This commit is contained in:
@@ -65,5 +65,9 @@ public class ServerProviderInfo {
|
||||
return Integer.parseInt(properties.getProperty("bankTabs"));
|
||||
}
|
||||
|
||||
public Properties getProperties() {
|
||||
return this.properties;
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user