Skip to content
This repository was archived by the owner on Jul 7, 2023. It is now read-only.

Commit b58410e

Browse files
committed
Removed random cake declaration
1 parent 9216bdb commit b58410e

File tree

1 file changed

+3
-1
lines changed
  • src/main/java/com/massivecraft/factions

1 file changed

+3
-1
lines changed

src/main/java/com/massivecraft/factions/P.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,16 @@ public class P extends MPlugin {
5959
public boolean mc113 = false;
6060
public boolean useNonPacketParticles = false;
6161
public boolean factionsFlight = false;
62-
ItemStack item = new ItemStack(Material.CAKE);
62+
6363
// Persistence related
6464
private boolean locked = false;
6565
private Integer AutoLeaveTask = null;
6666
private boolean hookedPlayervaults;
6767
private ClipPlaceholderAPIManager clipPlaceholderAPIManager;
6868
private boolean mvdwPlaceholderAPIManager = false;
6969

70+
71+
7072
public P() {
7173
p = this;
7274
}

0 commit comments

Comments
 (0)