Skip to content

Commit

Permalink
Fix set_spawner_type()
Browse files Browse the repository at this point in the history
  • Loading branch information
PseudoKnight committed Dec 13, 2017
1 parent 2d31bae commit 50ada0f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -27,6 +27,7 @@ public MCEntityType getSpawnedType() {
@Override
public void setSpawnedType(MCEntityType type) {
cs.setSpawnedType(((BukkitMCEntityType) type).getConcrete());
cs.update();
}

}

0 comments on commit 50ada0f

Please sign in to comment.