Skip to content

Commit

Permalink
change default strategy log folder
Browse files Browse the repository at this point in the history
  • Loading branch information
edgesider committed Apr 8, 2019
1 parent 9379909 commit 8954a55
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@ obj
*.swp
*.pyc

config.json
StrategyServer/.idea
StrategyServer/__pycache__
4 changes: 2 additions & 2 deletions Assets/Scripts/Others/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ static StrategyConfig()

RunStrategyServer = true;
EnableStrategyLog = true;
BlueStrategyLogFile = @"BlueStrategy.log";
YellowStrategyLogFile = @"YellowStrategy.log";
BlueStrategyLogFile = @"StrategyServer\BlueStrategy.log";
YellowStrategyLogFile = @"StrategyServer\YellowStrategy.log";

StrategyServer = @"StrategyServer\dist\server\server.exe";
StrategyServerScript = @"";
Expand Down
Binary file modified ProjectSettings/VFXManager.asset
Binary file not shown.

0 comments on commit 8954a55

Please sign in to comment.