mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-11-03 18:43:43 +01:00 
			
		
		
		
	Fixed bug where MobHealthbarTypes were not saved
This commit is contained in:
		@@ -10,6 +10,7 @@ Key:
 | 
				
			|||||||
Version 1.5.02-dev
 | 
					Version 1.5.02-dev
 | 
				
			||||||
 + Added option to config.yml for Chimaera Wings to stop using bed spawn points
 | 
					 + Added option to config.yml for Chimaera Wings to stop using bed spawn points
 | 
				
			||||||
 = Fixed bug where no Mining XP was granted when Flux Mining was successful
 | 
					 = Fixed bug where no Mining XP was granted when Flux Mining was successful
 | 
				
			||||||
 | 
					 = Fixed bug where MobHealthbarTypes were not saved between server restarts
 | 
				
			||||||
 ! Changed Flux Mining mechanics. In order to use the ability, you need to infuse a pickaxe with furnace powers first.
 | 
					 ! Changed Flux Mining mechanics. In order to use the ability, you need to infuse a pickaxe with furnace powers first.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Version 1.5.01
 | 
					Version 1.5.01
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -127,6 +127,8 @@ public class PlayerProfile {
 | 
				
			|||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    public void setMobHealthbarType(MobHealthbarType mobHealthbarType) {
 | 
					    public void setMobHealthbarType(MobHealthbarType mobHealthbarType) {
 | 
				
			||||||
 | 
					        changed = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
        this.mobHealthbarType = mobHealthbarType;
 | 
					        this.mobHealthbarType = mobHealthbarType;
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user