Skip to content

Commit

Permalink
fix playeffect
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Sep 25, 2016
1 parent dec1b23 commit 534e7f9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -77,7 +77,7 @@ else if (!scriptEntry.hasObject("effect") &&
!scriptEntry.hasObject("iconcrack")) {

if (particleHelper.hasParticle(arg.getValue())) {
scriptEntry.addObject("particleeffect", particleHelper.getEffect(arg.getValue()));
scriptEntry.addObject("particleeffect", particleHelper.getParticle(arg.getValue()));
}
else if (arg.matches("random")) {
// Get another effect if "RANDOM" is used
Expand Down

0 comments on commit 534e7f9

Please sign in to comment.