mirror of
https://github.com/SimplexDevelopment/Traverse.git
synced 2025-07-13 08:28:35 +00:00
almost there
This commit is contained in:
@ -10,7 +10,7 @@ import org.jetbrains.annotations.NotNull;
|
||||
import java.io.File;
|
||||
|
||||
@Getter
|
||||
abstract class Yaml extends YamlConfiguration implements Baker {
|
||||
public abstract class Yaml extends YamlConfiguration implements Baker {
|
||||
private final String fileName;
|
||||
private final File dataFolder;
|
||||
private final Traverse plugin;
|
||||
|
Reference in New Issue
Block a user