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