CommandHelper

CommandHelper

46.5k Downloads

tame_mob not working outside player context

michaelzangl opened this issue ยท 1 comments

commented

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();

commented

Fixed by #253