mirror of
https://github.com/asofold/CompatNoCheatPlus.git
synced 2024-11-24 12:16:46 +01:00
use Configutil.asList
This commit is contained in:
parent
1904c30df3
commit
b300d33db4
@ -14,8 +14,8 @@ public class Settings {
|
||||
|
||||
public static CompatConfig getDefaultConfig(){
|
||||
CompatConfig cfg = new NewConfig(null);
|
||||
cfg.set("plugins.force-enable-later", Arrays.asList(new String[]{ "NoCheatPlus" }));
|
||||
cfg.set("plugins.ensure-enable", Arrays.asList(new String[]{ "WorldGuard" }));
|
||||
cfg.set("plugins.force-enable-later", ConfigUtil.asList(new String[]{ "NoCheatPlus" }));
|
||||
cfg.set("plugins.ensure-enable", ConfigUtil.asList(new String[]{ "WorldGuard" }));
|
||||
return cfg;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user