Skip to content

Commit

Permalink
Merge hotfix/950 (#951)
Browse files Browse the repository at this point in the history
Fix left turn command `t l ###`
  • Loading branch information
erikquinn committed May 2, 2018
2 parents c73fa1a + 9f1ae73 commit 8cd9f3e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 6.1.1 (May 1, 2018)
### Hotfix
- [#950](https://github.com/openscope/openscope/issues/950) - Fix left turn command `t l ###`


# 6.1.0 (May 1, 2018)
---
### New Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openscope",
"version": "6.1.0",
"version": "6.1.1",
"description": "An ATC simulator in HTML5",
"engines": {
"node": "7.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const AIRCRAFT_COMMAND_MAP = {
isSystemCommand: false
},
land: {
aliases: ['land', 'l'],
aliases: ['land'],
functionName: 'runLand',
isSystemCommand: false
},
Expand Down

0 comments on commit 8cd9f3e

Please sign in to comment.