Skip to content

Commit

Permalink
Create ~/.spring/engine in init().
Browse files Browse the repository at this point in the history
But still keep creating ~/.spring/weblobby/engine to provide a line of
retreat.
  • Loading branch information
db81 committed Jun 29, 2015
1 parent 4e6f7bd commit a7768ab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lobbyinterface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ void LobbyInterface::init() {

try {
const fs::path weblobbyDir = springHome / "weblobby";
fs::create_directories(springHome / "engine");
fs::create_directories(weblobbyDir / "engine");
fs::create_directories(weblobbyDir / "pr-downloader");
fs::create_directories(weblobbyDir / "logs");
Expand Down

0 comments on commit a7768ab

Please sign in to comment.