mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-26 11:07:55 +01:00
Allow the build server to build again.
This commit is contained in:
parent
1fb57cb678
commit
59e45592cf
@ -3,11 +3,12 @@ package com.earth2me.essentials.yaml;
|
||||
import me.snowleo.yaml.YamlClass;
|
||||
import me.snowleo.yaml.YamlComment;
|
||||
|
||||
@YamlClass
|
||||
public class Settings extends SettingsYaml
|
||||
//@YamlClass
|
||||
public class Settings //extends SettingsYaml
|
||||
{
|
||||
@YamlComment(comment = "Hello")
|
||||
//@YamlComment(comment = "Hello")
|
||||
protected General test = new General();
|
||||
protected boolean test3;
|
||||
boolean test2 = true;
|
||||
|
||||
public Settings() {
|
||||
|
Loading…
Reference in New Issue
Block a user