mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
添加默认配置与示例配置
This commit is contained in:
+1
-1
@@ -81,7 +81,7 @@ public class EasySQLBungee extends Plugin implements EasySQLPluginPlatform {
|
||||
|
||||
@Override
|
||||
public @NotNull Map<String, Properties> readProperties() {
|
||||
return PropertiesUtil.readDBProperties(new File(getDataFolder(), "properties"));
|
||||
return PropertiesUtil.readDBProperties(new File(getDataFolder(), "db-properties"));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user