Skip to content

Commit

Permalink
Remove DatabaseConfig from YamlConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
MarloDelatorre committed Aug 24, 2024
1 parent b64035f commit 3eb091d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/config/YamlConfig.java
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package config;

import database.DatabaseConfig;
import com.esotericsoftware.yamlbeans.YamlReader;

import java.io.FileNotFoundException;
Expand All @@ -17,7 +16,6 @@ public class YamlConfig {

public List<WorldConfig> worlds;
public ServerConfig server;
public DatabaseConfig database;

private static YamlConfig loadConfig() {
try {
Expand Down

0 comments on commit 3eb091d

Please sign in to comment.