mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Fix #1196
This commit is contained in:
parent
cff30a1db4
commit
5eabf863d6
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ import java.io.File;
|
||||||
|
|
||||||
public class Storage extends Config {
|
public class Storage extends Config {
|
||||||
|
|
||||||
public static final String PREFIX = "";
|
public static String PREFIX = "";
|
||||||
|
|
||||||
public static void save(File file) {
|
public static void save(File file) {
|
||||||
save(file, Storage.class);
|
save(file, Storage.class);
|
||||||
|
|
Loading…
Reference in a new issue