mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 13:16:45 +01:00
Fix #1196
This commit is contained in:
parent
cff30a1db4
commit
5eabf863d6
@ -4,7 +4,7 @@ import java.io.File;
|
||||
|
||||
public class Storage extends Config {
|
||||
|
||||
public static final String PREFIX = "";
|
||||
public static String PREFIX = "";
|
||||
|
||||
public static void save(File file) {
|
||||
save(file, Storage.class);
|
||||
|
Loading…
Reference in New Issue
Block a user