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