Skip to content

Commit

Permalink
Fix omega cannon to be disabled by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
roncli committed Jul 4, 2015
1 parent ed35fb2 commit f73eb05
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Expand Up @@ -324,6 +324,10 @@ Each element in the `server.options.server.trackers` array should have the follo

## History

### Version 0.1.3 - 7/4/2015

* Fix `omegacannon` to be disabled by default.

### Version 0.1.2 - 6/24/2015

* Change `gamename` to `gameName`.
Expand Down
2 changes: 1 addition & 1 deletion index.js
Expand Up @@ -152,7 +152,7 @@ Launcher.defaultOptions = Object.freeze({
massdriver: true,
microwave: true,
napalm: true,
omegacannon: true,
omegacannon: false,
plasmacannon: true,
superlaser: true,
vauss: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "descent3launcher",
"version": "0.1.2",
"version": "0.1.3",
"description": "A cross-platform launcher for Descent 3 dedicated servers implemented in node.js.",
"keywords": [
"Descent 3",
Expand Down

0 comments on commit f73eb05

Please sign in to comment.