Changed Main class
This commit is contained in:
parent
ae20ae9797
commit
04191649f9
3 changed files with 3 additions and 3 deletions
2
pom.xml
2
pom.xml
|
@ -4,7 +4,7 @@
|
|||
|
||||
<groupId>nl.SBDeveloper</groupId>
|
||||
<artifactId>V10Lift2</artifactId>
|
||||
<version>0.6</version>
|
||||
<version>0.7</version>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>V10Lift</name>
|
||||
|
|
|
@ -21,7 +21,7 @@ public class Lift {
|
|||
@Getter private HashSet<LiftBlock> offlineInputs = new HashSet<>();
|
||||
@Getter @Setter private LinkedHashMap<String, Floor> queue = null;
|
||||
@Getter private final HashSet<LiftRope> ropes = new HashSet<>();
|
||||
@Getter private final ArrayList<V10Entity> toMove = new ArrayList<>();
|
||||
@Getter private transient final ArrayList<V10Entity> toMove = new ArrayList<>();
|
||||
@Getter @Setter private int speed;
|
||||
@Getter @Setter private boolean realistic;
|
||||
@Getter @Setter private boolean offline = false;
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
name: V10Lift
|
||||
main: nl.SBDeveloper.v10lift.V10LiftPlugin
|
||||
main: nl.SBDeveloper.V10Lift.V10LiftPlugin
|
||||
version: ${project.version}
|
||||
api-version: "1.13"
|
||||
author: SBDeveloper
|
||||
|
|
Loading…
Reference in a new issue