mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 09:13:43 +01:00 
			
		
		
		
	Can't believe I missed this
This commit is contained in:
		| @@ -1053,11 +1053,9 @@ private static HashMap<String, Player> hidden = new HashMap<String, Player>(); | |||||||
|                 if(vConfig.getInstance().isAdminToggled(player.getName())){ |                 if(vConfig.getInstance().isAdminToggled(player.getName())){ | ||||||
|                     vConfig.getInstance().removeAdminToggled(player.getName()); |                     vConfig.getInstance().removeAdminToggled(player.getName()); | ||||||
|                 } |                 } | ||||||
| 		//Make sure the user has access to the command |  | ||||||
| 		if(!player.canUseCommand("/p")) return EXIT_FAIL; |  | ||||||
| 	     | 	     | ||||||
| 		//If the player is already toggled for party chat, remove them | 		//If the player is already toggled for party chat, remove them | ||||||
| 		if (vConfig.getInstance().isPartyToggled(null)) { | 		if (vConfig.getInstance().isPartyToggled(player.getName())) { | ||||||
| 			player.sendMessage(Colors.Red + "Party Chat Toggle = off"); | 			player.sendMessage(Colors.Red + "Party Chat Toggle = off"); | ||||||
| 			vConfig.getInstance().removePartyToggled(player.getName()); | 			vConfig.getInstance().removePartyToggled(player.getName()); | ||||||
| 		//Otherwise include them | 		//Otherwise include them | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 nossr50
					nossr50