Skip to content

Commit

Permalink
Fix modloader arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoanc committed Sep 12, 2023
1 parent 8b4d7ec commit ffd2d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion EternalModInjectorShell/EternalModInjectorShell.sh
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ if ! [ -f "$CONFIG_FILE" ]; then CreateConfigFile; else
fi

# Get ModLoader arguments
modloader_arguments="."
modloader_arguments=". --redirectBlangContainer gameresources_patch3"
if [ "$VERBOSE" == "1" ]; then modloader_arguments="${modloader_arguments} --verbose"; fi
if [ "$SLOW" == "1" ]; then modloader_arguments="${modloader_arguments} --slow"; fi
if [ "$COMPRESS_TEXTURES" == "1" ]; then modloader_arguments="${modloader_arguments} --compress-textures"; fi
Expand Down

0 comments on commit ffd2d94

Please sign in to comment.