diff options
author | Travis Watkins <amaranth@ubuntu.com> | 2013-03-16 13:14:09 -0500 |
---|---|---|
committer | Travis Watkins <amaranth@ubuntu.com> | 2013-03-16 13:14:09 -0500 |
commit | 6d88d545e9a516bf5e7fed3190fc5680e4d9b908 (patch) | |
tree | 40c463bd0adca2664cb7139c5985c6065752ccef /src/test/java/org/bukkit/AchievementTest.java | |
parent | a76a5bd36f052470d2f4112f7de9286dabbc2f12 (diff) | |
download | craftbukkit-6d88d545e9a516bf5e7fed3190fc5680e4d9b908.tar craftbukkit-6d88d545e9a516bf5e7fed3190fc5680e4d9b908.tar.gz craftbukkit-6d88d545e9a516bf5e7fed3190fc5680e4d9b908.tar.lz craftbukkit-6d88d545e9a516bf5e7fed3190fc5680e4d9b908.tar.xz craftbukkit-6d88d545e9a516bf5e7fed3190fc5680e4d9b908.zip |
Filter data for items that shouldn't have it and filter wool.
We used to fall Item.filterData() for this but that method is meant for
converting item data to block data during placement and does the wrong
thing for this case. Instead we just see if the item should have data and
if not set it to zero. We also have to filter wool data explicitly because
clients crash when given invalid wool data.
Diffstat (limited to 'src/test/java/org/bukkit/AchievementTest.java')
0 files changed, 0 insertions, 0 deletions