Add human to the cases

This commit is contained in:
Andrew 2013-11-19 00:55:44 +13:00
parent 209744fab3
commit c54ed4f5dd

View File

@ -167,6 +167,9 @@ public class LibsDisguises extends JavaPlugin {
case LEASH_HITCH: case LEASH_HITCH:
name = "Leash"; name = "Leash";
break; break;
case PLAYER:
name = "Human";
break;
default: default:
break; break;
} }