mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-11 06:10:50 +01:00
Fix NPE on startup relating to old party files without an xp share mode
set.
This commit is contained in:
@@ -20,6 +20,9 @@ public final class ShareHandler {
|
|||||||
catch (IllegalArgumentException exception) {
|
catch (IllegalArgumentException exception) {
|
||||||
return NONE;
|
return NONE;
|
||||||
}
|
}
|
||||||
|
catch (NullPointerException exception) {
|
||||||
|
return NONE;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user