mirror of
https://github.com/essentials/Essentials.git
synced 2025-09-05 04:21:46 +02:00
Allow the build server to build again.
This commit is contained in:
@@ -3,11 +3,12 @@ package com.earth2me.essentials.yaml;
|
|||||||
import me.snowleo.yaml.YamlClass;
|
import me.snowleo.yaml.YamlClass;
|
||||||
import me.snowleo.yaml.YamlComment;
|
import me.snowleo.yaml.YamlComment;
|
||||||
|
|
||||||
@YamlClass
|
//@YamlClass
|
||||||
public class Settings extends SettingsYaml
|
public class Settings //extends SettingsYaml
|
||||||
{
|
{
|
||||||
@YamlComment(comment = "Hello")
|
//@YamlComment(comment = "Hello")
|
||||||
protected General test = new General();
|
protected General test = new General();
|
||||||
|
protected boolean test3;
|
||||||
boolean test2 = true;
|
boolean test2 = true;
|
||||||
|
|
||||||
public Settings() {
|
public Settings() {
|
||||||
|
Reference in New Issue
Block a user