diff --git a/chunkymap-regen.py b/chunkymap-regen.py index 2a8d36e..54d06d6 100644 --- a/chunkymap-regen.py +++ b/chunkymap-regen.py @@ -806,7 +806,7 @@ class MTChunks: outs.close() player_written_count += 1 else: - if self.verbose_enable: + #if self.verbose_enable: #print("DIDN'T MOVE: "+str(player_name)) players_didntmove_count += 1 player_count += 1 diff --git a/update-chunkymap-on-ubuntu-from-web.sh b/update-chunkymap-on-ubuntu-from-web.sh index 3a67678..5cad015 100644 --- a/update-chunkymap-on-ubuntu-from-web.sh +++ b/update-chunkymap-on-ubuntu-from-web.sh @@ -7,7 +7,7 @@ if [ ! -d "$HOME/Downloads" ]; then fi #cd $CHUNKYMAP_INSTALLER_DIR -chmod +x update-chunkymap-installer-only.sh +#chmod +x update-chunkymap-installer-only.sh cd $HOME/Downloads if [ -f "update-chunkymap-installer-only.sh" ]; then # move misplaced file from older versions: