Commit d20b8b98 authored by Mikhail Tergoev's avatar Mikhail Tergoev

Fix run without gamemode

parent a4359341
......@@ -61,7 +61,7 @@ if [ -x "`which "gamemoderun" 2>/dev/null`" ]
then
export var_gamemode=gamemoderun
else
export var_gamemode=""
export var_gamemode="env"
echo "Gamemod not installed!"
fi
########################################################################
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment