bugfix
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>de.srsoftware</groupId>
|
||||
<artifactId>web4rail</artifactId>
|
||||
<version>0.6.7</version>
|
||||
<version>0.6.8</version>
|
||||
<name>Web4Rail</name>
|
||||
<packaging>jar</packaging>
|
||||
<description>Java Model Railway Control</description>
|
||||
|
||||
@@ -155,9 +155,10 @@ public class Route implements Constants{
|
||||
|
||||
public void finish() throws IOException {
|
||||
startBlock.train(null);
|
||||
train.route = null;
|
||||
train.route = null;
|
||||
unlock();
|
||||
endBlock.train(train.heading(endDirection.inverse()));
|
||||
train = null;
|
||||
}
|
||||
|
||||
public boolean free() {
|
||||
|
||||
Reference in New Issue
Block a user