diff options
Diffstat (limited to 'trenchbroom')
| -rw-r--r-- | trenchbroom/stalag/GameEngineProfiles.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/trenchbroom/stalag/GameEngineProfiles.cfg b/trenchbroom/stalag/GameEngineProfiles.cfg index 6c672e0..eab4cf2 100644 --- a/trenchbroom/stalag/GameEngineProfiles.cfg +++ b/trenchbroom/stalag/GameEngineProfiles.cfg | |||
| @@ -2,9 +2,9 @@ | |||
| 2 | "profiles": [ | 2 | "profiles": [ |
| 3 | { | 3 | { |
| 4 | "name": "Stalag", | 4 | "name": "Stalag", |
| 5 | "parameters": "+map ${MAP_BASE_NAME}", | 5 | "parameters": "--map ${MAP_BASE_NAME}", |
| 6 | "path": "/home/m/Projects/stalag/bin/stalag" | 6 | "path": "/home/m/Projects/stalag/bin/stalag" |
| 7 | } | 7 | } |
| 8 | ], | 8 | ], |
| 9 | "version": 1 | 9 | "version": 1 |
| 10 | } \ No newline at end of file | 10 | } |
