Fixed SavageFTOP Integration Setup

This commit is contained in:
Driftay
2019-07-03 22:30:58 -04:00
parent 87179d262a
commit 2937e05fda
3 changed files with 47 additions and 3 deletions

View File

@@ -27,9 +27,11 @@ import java.util.List;
public interface FPlayer extends EconomyParticipator {
public void setAlt(boolean alt);
public boolean isAlt();
void setAlt(boolean alt);
boolean isAlt();
/**
* Used to know if stealth is toggled on or off