Skip to content

Commit

Permalink
Removed the default binary path from the config
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepycrow committed Aug 2, 2018
1 parent 8bd029d commit 506f6ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion configManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ class ConfigManager{
constructor(filePath){
this.filePath = filePath;
this.defaultConfig = {
binaryPath: "Game\\Binaries\\Win64\\RxGame-Win64-Test.exe",
port: 7777,
maps: {
"lv_canyon": "Ghost Reef",
Expand Down

0 comments on commit 506f6ab

Please sign in to comment.