|
@@ -75,7 +75,7 @@ public class Config extends BaseCollection {
|
|
* Loads the config.
|
|
* Loads the config.
|
|
*/
|
|
*/
|
|
public void load() {
|
|
public void load() {
|
|
- if (isEmpty()) {
|
|
|
|
|
|
+ if (!loaded && isEmpty()) {
|
|
if (this instanceof ConfigContainer) {
|
|
if (this instanceof ConfigContainer) {
|
|
resolve((ConfigContainer) this);
|
|
resolve((ConfigContainer) this);
|
|
if (isEmpty()) {
|
|
if (isEmpty()) {
|