Standardize on {MODID} in template files.

This commit is contained in:
Paul Chote
2018-04-08 20:00:05 +00:00
committed by abcdefg30
parent a8fb90d97c
commit 3ce00065a7
4 changed files with 14 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/sh
cd "{GAME_INSTALL_DIR}"
mono {DEBUG} OpenRA.Server.exe Game.Mod={MOD} "$@"
mono {DEBUG} OpenRA.Server.exe Game.Mod={MODID} "$@"