public
This commit is contained in:
parent
b2e2cd276d
commit
973d8232b1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ public class Timer extends Feature {
|
|||
|
||||
@Config("Toggle On Leave")
|
||||
@Description("Disables Timer on Leave.")
|
||||
boolean destroy;
|
||||
public boolean destroy;
|
||||
@Config("Multiplier")
|
||||
@Range("0.05..7.5")
|
||||
public float m = 0.5f;
|
||||
|
|
Loading…
Add table
Reference in a new issue