mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-30 08:43:44 +01:00 
			
		
		
		
	Fixed Excavation not awarding XP unless you found a treasure.
This commit is contained in:
		| @@ -90,7 +90,7 @@ public class Excavation | |||||||
| 		PlayerProfile PP = Users.getProfile(player); | 		PlayerProfile PP = Users.getProfile(player); | ||||||
| 		int skillLevel = PP.getSkillLevel(SkillType.EXCAVATION); | 		int skillLevel = PP.getSkillLevel(SkillType.EXCAVATION); | ||||||
|     	ArrayList<ItemStack> is = new ArrayList<ItemStack>(); |     	ArrayList<ItemStack> is = new ArrayList<ItemStack>(); | ||||||
|     	int xp = 0; |     	int xp = LoadProperties.mbase; | ||||||
|     	 |     	 | ||||||
|     	switch(type) |     	switch(type) | ||||||
|     	{ |     	{ | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 GJ
					GJ