Browse Source

fixed indentation

master
poikilos 9 years ago
committed by Jacob Gustafson
parent
commit
63cb46ebe7
  1. 2
      chunkymap-regen.py
  2. 2
      update-chunkymap-on-ubuntu-from-web.sh

2
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

2
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:

Loading…
Cancel
Save