Skip to content

Commit a66ee15

Browse files
committed
v1.2.0 - TEST 13
1 parent 472538e commit a66ee15

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Java/src/main/java/it/mycraft/powerlib/velocity/config/ConfigManager.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ public Configuration create(String file, String source) {
7070
return this.configs.get(file);
7171
}
7272

73+
public Configuration create(String file) {
74+
return create(file, file);
75+
}
76+
7377
/**
7478
* Saves the config file changes and updates it in the local Map
7579
*

0 commit comments

Comments
 (0)