|
@ -1242,7 +1242,7 @@ class MTChunks: |
|
|
print(" saved: "+str(player_written_count)+" (moved:"+str(players_moved_count)+"; new:"+str(players_saved_count)+")") |
|
|
print(" saved: "+str(player_written_count)+" (moved:"+str(players_moved_count)+"; new:"+str(players_saved_count)+")") |
|
|
last_move_msg = "" |
|
|
last_move_msg = "" |
|
|
if (players_moved_count<1): |
|
|
if (players_moved_count<1): |
|
|
if (self.last_player_move_mtime_string is not None) |
|
|
if (self.last_player_move_mtime_string is not None): |
|
|
last_move_msg = " (last move: "+self.last_player_move_mtime_string+")" |
|
|
last_move_msg = " (last move: "+self.last_player_move_mtime_string+")" |
|
|
else: |
|
|
else: |
|
|
last_move_msg = " (none moved lately)" |
|
|
last_move_msg = " (none moved lately)" |
|
|