six-updater 0.11.5 → 0.11.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +1 -0
- metadata +1 -1
data/Rakefile
CHANGED
data/lib/six/updater.rb
CHANGED
data/lib/six/updater/mod.rb
CHANGED
|
@@ -254,6 +254,7 @@ module Six
|
|
|
254
254
|
else
|
|
255
255
|
if FileTest.exist?(@path)
|
|
256
256
|
log.warn "WARNING: Folder already exists but seems incompatible. Not installing."
|
|
257
|
+
log.info "If you want the software to install this mod, please delete the modfolder"
|
|
257
258
|
else
|
|
258
259
|
log.info "Installing... This might take a while, please wait."
|
|
259
260
|
folder = ''
|