tame_mob not working outside player context
michaelzangl opened this issue ยท 1 comments
tame_mob always gets the current player, even if the first parameter is given.
There is a null pointer in:
String player = environment.getEnv(CommandHelperEnvironment.class).GetPlayer().getName();
Fixed by #253