Removed random cake declaration
This commit is contained in:
parent
9216bdbb48
commit
b58410e8ab
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user