diff --git a/Run.sh b/Run.sh index 42c8bd7..29b2b7e 100644 --- a/Run.sh +++ b/Run.sh @@ -42,7 +42,7 @@ function del_ServerActors() { del_iniKey 'XC_Engine.XC_GameEngine' ServerActors $1 } function getmodprefix() { - UFile=$(find $OUTPUT_DIR/System -type f -iname "Revenge2*.u" -exec basename {} \;) + UFile=$(find $OUTPUT_DIR/System -type f -iname "Revenge*.u" -exec basename {} \;) BaseName="${UFile%.*}" echo "$BaseName" }