mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-08-09 15:55:28 +02: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