Re-added potion spy (#14)

* Re-added potion spy

* grammar nazi
This commit is contained in:
Seth
2017-12-30 20:58:20 -07:00
committed by Lemon
parent 7e524da928
commit d9d1d4fa9b
4 changed files with 119 additions and 0 deletions

View File

@ -75,6 +75,9 @@ public class FPlayer
@Getter
@Setter
private boolean invSee = false;
@Getter
@Setter
private boolean potionMonitorEnabled = false;
public FPlayer(TotalFreedomMod plugin, Player player)
{