Skip to content

Commit

Permalink
Update JmriSRCPThrottleServer.java
Browse files Browse the repository at this point in the history
add isForward
  • Loading branch information
icklesteve committed May 6, 2019
1 parent 0e99329 commit 9349c99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/jmri/jmris/srcp/JmriSRCPThrottleServer.java
Expand Up @@ -390,6 +390,7 @@ public void propertyChange(java.beans.PropertyChangeEvent e) {
switch (e.getPropertyName()) {
case "SpeedSetting":
case "SpeedSteps":
case "IsForward":
try {
clientServer.sendStatus(bus, address);
} catch (IOException ioe) {
Expand Down

0 comments on commit 9349c99

Please sign in to comment.