Skip to content

Commit

Permalink
Fix - playeffect effect:random
Browse files Browse the repository at this point in the history
... how long was this broken?
Either way, tested and working fix.
  • Loading branch information
mcmonkey4eva committed Dec 13, 2013
1 parent ac541b2 commit d49d025
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -151,8 +151,7 @@ public void execute(ScriptEntry scriptEntry) throws CommandExecutionException {
}
// Play a ParticleEffect
else {
ParticleEffect.valueOf(particleEffect.name())
.display(location, visibility.asDouble(),
particleEffect.display(location, visibility.asDouble(),
offset.asFloat(), offset.asFloat(), offset.asFloat(), data.asFloat(), qty.asInt());
}
}
Expand Down

0 comments on commit d49d025

Please sign in to comment.