diff options
author | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 18:49:11 +0100 |
---|---|---|
committer | Hal9000 <miglietta.francesco@gmail.com> | 2013-02-13 18:49:11 +0100 |
commit | 7e160b00532ab5fa6fcba92a712a07099433aaa8 (patch) | |
tree | e74c839f5af243cb3caef8940272a661c0f127c0 | |
parent | 7bd1279f7924a4f7496bed155950620ff9a9492f (diff) | |
download | clientdata-7e160b00532ab5fa6fcba92a712a07099433aaa8.tar.gz clientdata-7e160b00532ab5fa6fcba92a712a07099433aaa8.tar.bz2 clientdata-7e160b00532ab5fa6fcba92a712a07099433aaa8.tar.xz clientdata-7e160b00532ab5fa6fcba92a712a07099433aaa8.zip |
Fix particle effect bug introduced with latest commits.
-rw-r--r-- | status-effects.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/status-effects.xml b/status-effects.xml index def602bd..d494c0b5 100644 --- a/status-effects.xml +++ b/status-effects.xml @@ -26,7 +26,7 @@ end-message: Displays a message when the effect end. start-message="You are now invisible." end-message="You are no longer invisible." persistent-particle-effect="true" - start-particle="graphics/particles/afk.xml"/> + start-particle="graphics/particles/invisibility.xml"/> <status-effect name="poison" id="132" block-id="16" icon="icons/poison.xml" persistent-particle-effect="true" |