Fix mkdotgame

This commit is contained in:
zontreck 2025-07-06 21:51:31 -07:00
parent 43c84adfce
commit 05a5515221
2 changed files with 3 additions and 3 deletions

View file

@ -3,9 +3,9 @@
VERSION=$VSAPI # predetermined version
if [ -z "$1" ]; then
local version=$VERSION
version=$VERSION
else
local version=$1
version=$1
fi
rm .game || true