diff --git a/overviewer_core/aux_files/genPOI.py b/overviewer_core/aux_files/genPOI.py index a98b83c..aa29555 100644 --- a/overviewer_core/aux_files/genPOI.py +++ b/overviewer_core/aux_files/genPOI.py @@ -328,7 +328,7 @@ def handlePlayers(worldpath, filters, markers): data.use_uuid = useUUIDs if isSinglePlayer: data = data['Data']['Player'] - except (IOError, TypeError, KeyError): + except (IOError, TypeError, KeyError, nbt.CorruptNBTError): logging.warning("Skipping bad player dat file %r.", playerfile) continue