summarylogtreecommitdiffstats
path: root/openra-vs
diff options
context:
space:
mode:
authorBrenton Horne2020-02-11 17:19:05 +1000
committerBrenton Horne2020-02-11 17:19:05 +1000
commit1614a2d703853774fce4dea1db3650352a42b00e (patch)
tree1a367a9613e2ca04e979198a323ed0c0168ed9cd /openra-vs
parent6b3d7be0c22072d4a655d4897d197676d6ba92b7 (diff)
downloadaur-1614a2d703853774fce4dea1db3650352a42b00e.tar.gz
rv->ra2vsh in openra-vs
Diffstat (limited to 'openra-vs')
-rwxr-xr-xopenra-vs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openra-vs b/openra-vs
index fc2c507b6e55..9e3fa10b8c4b 100755
--- a/openra-vs
+++ b/openra-vs
@@ -2,7 +2,7 @@
cd "/usr/lib/openra-vs"
# Run the game
-mono --debug OpenRA.Game.exe Game.Mod=rv Engine.LaunchPath="/usr/bin/openra-vs" "Engine.ModSearchPaths=/usr/lib/openra-vs/mods" "$@"
+mono --debug OpenRA.Game.exe Game.Mod=ra2vsh Engine.LaunchPath="/usr/bin/openra-vs" "Engine.ModSearchPaths=/usr/lib/openra-vs/mods" "$@"
# Show a crash dialog if something went wrong
if [ $? != 0 ] && [ $? != 1 ]; then