mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2024-11-27 01:05:38 +00:00
Compatibility with old builds of WorldEdit.
This commit is contained in:
parent
b7175d73ab
commit
d1b73592af
@ -36,6 +36,9 @@ public class TotalFreedomMod extends JavaPlugin
|
|||||||
public static final String PROTECTED_AREA_FILENAME = "protectedareas.dat";
|
public static final String PROTECTED_AREA_FILENAME = "protectedareas.dat";
|
||||||
public static final String SAVED_FLAGS_FILENAME = "savedflags.dat";
|
public static final String SAVED_FLAGS_FILENAME = "savedflags.dat";
|
||||||
//
|
//
|
||||||
|
@Deprecated
|
||||||
|
public static final String YOU_ARE_NOT_OP = me.StevenLawson.TotalFreedomMod.Commands.TFM_Command.YOU_ARE_NOT_OP;
|
||||||
|
//
|
||||||
public static String buildNumber = "1";
|
public static String buildNumber = "1";
|
||||||
public static String buildDate = TotalFreedomMod.buildDate = TFM_Util.dateToString(new Date());
|
public static String buildDate = TotalFreedomMod.buildDate = TFM_Util.dateToString(new Date());
|
||||||
public static String buildCreator = "Unknown";
|
public static String buildCreator = "Unknown";
|
||||||
|
Loading…
Reference in New Issue
Block a user