Updated diffs to fix exp gauges for player window, and bring current

This commit is contained in:
Isuldor
2018-07-31 20:17:44 -07:00
parent 8af6235352
commit e1a16e39d7
10 changed files with 230 additions and 157 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ UI_FOLDER="${GAME_PATH}/uifiles/${UI_NAME}"
if [[ "-u" == ${1} || "--update" == ${1} ]]
then
echo "Updating patch set!"
rm -v "${SCRIPT_PATH}/EQUI_*.diff"
# rm -v "${SCRIPT_PATH}/EQUI_*.diff"
UI_FILES=( $( find "${UI_FOLDER}" -name '*.xml' -exec basename {} .xml \; ))
for UI_FILE in "${UI_FILES[@]}"
do