Merge branch 'master' into translate
This commit is contained in:
		| @@ -194,6 +194,9 @@ public class DisguiseParser { | |||||||
|             return perm; |             return perm; | ||||||
|         } |         } | ||||||
|  |  | ||||||
|  |         if (name.equalsIgnoreCase("p")) | ||||||
|  |             return getDisguisePerm("player"); | ||||||
|  |  | ||||||
|         return null; |         return null; | ||||||
|     } |     } | ||||||
|  |  | ||||||
| @@ -500,8 +503,6 @@ public class DisguiseParser { | |||||||
|  |  | ||||||
|             if (customDisguise != null) { |             if (customDisguise != null) { | ||||||
|                 disguise = customDisguise.getValue().clone(); |                 disguise = customDisguise.getValue().clone(); | ||||||
|             } else if (args[0].equalsIgnoreCase("p")) { |  | ||||||
|                 disguisePerm = new DisguisePerm(DisguiseType.PLAYER); |  | ||||||
|             } |             } | ||||||
|  |  | ||||||
|             if (disguisePerm == null) { |             if (disguisePerm == null) { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user