mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-31 09:13:43 +01:00 
			
		
		
		
	Cover ALL the bases.
This commit is contained in:
		| @@ -26,7 +26,7 @@ public class Misc { | ||||
|     public static final int PLAYER_RESPAWN_COOLDOWN_SECONDS = 5; | ||||
|  | ||||
|     public static boolean isCitizensNPC(Player player) { | ||||
|         if (player == null || Users.getProfile(player) == null) { | ||||
|         if (player == null || Users.getProfile(player) == null || player.hasMetadata("NPC")) { | ||||
|             return true; | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 gmcferrin
					gmcferrin