|
@@ -119,6 +119,9 @@ if [ "${engine}" == "source" ]||[ "${gamename}" == "Rust" ]||[ "${gamename}" ==
|
|
|
currentopt+=( "${cmd_mods_install[@]}" "${cmd_mods_remove[@]}" "${cmd_mods_update[@]}" )
|
|
currentopt+=( "${cmd_mods_install[@]}" "${cmd_mods_remove[@]}" "${cmd_mods_update[@]}" )
|
|
|
fi
|
|
fi
|
|
|
|
|
|
|
|
|
|
+## Installer
|
|
|
|
|
+currentopt+=( "${cmd_install[@]}" "${cmd_auto_install[@]}" )
|
|
|
|
|
+
|
|
|
## Developer commands
|
|
## Developer commands
|
|
|
currentopt+=( "${cmd_dev_debug[@]}" )
|
|
currentopt+=( "${cmd_dev_debug[@]}" )
|
|
|
if [ -f ".dev-debug" ]; then
|
|
if [ -f ".dev-debug" ]; then
|