Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
bencbartlett committed May 15, 2018
2 parents 4ccb272 + b857bfd commit c01ab8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -105,7 +105,7 @@ This release was initially deployed on 2018.3.2 but was re-versioned on 2018.3.1
- Initial pre-release of Overmind after 190 commits and about 80,000 additions.

[Unreleased]: https://github.com/bencbartlett/Overmind/compare/v0.3.1...HEAD
[0.3.0]: https://github.com/bencbartlett/Overmind/compare/v0.3.0...v0.3.1
[0.3.1]: https://github.com/bencbartlett/Overmind/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/bencbartlett/Overmind/compare/v0.2.1...v0.3.0
[0.2.1]: https://github.com/bencbartlett/Overmind/compare/v0.2.0...v0.2.1
[0.2.0]: https://github.com/bencbartlett/Overmind/compare/v0.1.0...v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion src/console/console.ts
Expand Up @@ -27,7 +27,7 @@ export class Console {
descr['help'] = 'show this message';
descr['log.level = [int]'] = 'set the logging level from 0 - 4';
descr['openRoomPlanner(roomName)'] = 'open the room planner for a room';
descr['closeRoomPalnner(roomName)'] = 'close the room planner and save changes';
descr['closeRoomPlanner(roomName)'] = 'close the room planner and save changes';
descr['cancelRoomPlanner(roomName)'] = 'close the room planner and discard changes';
descr['listActiveRoomPlanners()'] = 'display a list of colonies with open room planners';
descr['destroyAllHostileStructures()'] = 'destroys all hostile structures in an owned room';
Expand Down

0 comments on commit c01ab8a

Please sign in to comment.