mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-04 02:53:43 +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) {
 | 
			
		||||
                return NONE;
 | 
			
		||||
            }
 | 
			
		||||
            catch (NullPointerException exception) {
 | 
			
		||||
                return NONE;
 | 
			
		||||
            }
 | 
			
		||||
        }
 | 
			
		||||
    };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user