mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 16:49:10 +00:00
[BUGFIX] Solved issue with overridding files
This commit is contained in:
@@ -21,7 +21,7 @@ public class ProjectProperties {
|
||||
private void setProperties() {
|
||||
InputStream input;
|
||||
try {
|
||||
String propertiesFileName = "storage/app.properties";
|
||||
String propertiesFileName = "storage/parabot.properties";
|
||||
|
||||
input = getClass().getClassLoader()
|
||||
.getResourceAsStream(propertiesFileName);
|
||||
|
||||
Reference in New Issue
Block a user