mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-12 03:57:03 +00:00
Add human to the cases
This commit is contained in:
parent
209744fab3
commit
c54ed4f5dd
1 changed files with 3 additions and 0 deletions
|
@ -167,6 +167,9 @@ public class LibsDisguises extends JavaPlugin {
|
|||
case LEASH_HITCH:
|
||||
name = "Leash";
|
||||
break;
|
||||
case PLAYER:
|
||||
name = "Human";
|
||||
break;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue