mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 01:03:44 +01:00 
			
		
		
		
	Forgot to change this to pull from the config file
This commit is contained in:
		| @@ -78,7 +78,6 @@ public class mcPlayerListener implements Listener | |||||||
| 		plugin = instance; | 		plugin = instance; | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
| 	 |  | ||||||
| 	@EventHandler(ignoreCancelled = true) | 	@EventHandler(ignoreCancelled = true) | ||||||
| 	public void onSheepUndressing(PlayerShearEntityEvent event) | 	public void onSheepUndressing(PlayerShearEntityEvent event) | ||||||
| 	{ | 	{ | ||||||
| @@ -86,7 +85,7 @@ public class mcPlayerListener implements Listener | |||||||
| 	    if(mcPermissions.getInstance().taming(player)) | 	    if(mcPermissions.getInstance().taming(player)) | ||||||
| 	    { | 	    { | ||||||
| 	        PlayerProfile PP = Users.getProfile(player); | 	        PlayerProfile PP = Users.getProfile(player); | ||||||
| 	        PP.addXP(SkillType.TAMING, 100, player); | 	        PP.addXP(SkillType.TAMING, LoadProperties.mshearing, player); | ||||||
| 	    } | 	    } | ||||||
| 	} | 	} | ||||||
| 	 | 	 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nossr50
					nossr50