Removed random cake declaration

This commit is contained in:
ProSavage 2018-08-13 00:06:19 -05:00
parent 9216bdbb48
commit b58410e8ab
1 changed files with 3 additions and 1 deletions

View File

@ -59,7 +59,7 @@ public class P extends MPlugin {
public boolean mc113 = false;
public boolean useNonPacketParticles = false;
public boolean factionsFlight = false;
ItemStack item = new ItemStack(Material.CAKE);
// Persistence related
private boolean locked = false;
private Integer AutoLeaveTask = null;
@ -67,6 +67,8 @@ public class P extends MPlugin {
private ClipPlaceholderAPIManager clipPlaceholderAPIManager;
private boolean mvdwPlaceholderAPIManager = false;
public P() {
p = this;
}