Cleans up a bit and changes to compile for java 16 and spigot 1.17
This commit is contained in:
@ -28,13 +28,13 @@ public class Gate {
|
||||
//Gate materials
|
||||
private Material portalOpenBlock;
|
||||
private Material portalClosedBlock;
|
||||
private Material portalButton;
|
||||
private final Material portalButton;
|
||||
|
||||
// Economy information
|
||||
private int useCost;
|
||||
private int createCost;
|
||||
private int destroyCost;
|
||||
private boolean toOwner;
|
||||
private final int useCost;
|
||||
private final int createCost;
|
||||
private final int destroyCost;
|
||||
private final boolean toOwner;
|
||||
|
||||
/**
|
||||
* Instantiates a new gate
|
||||
|
Reference in New Issue
Block a user