diff options
author | Zach Brown <[email protected]> | 2016-11-18 18:55:14 -0600 |
---|---|---|
committer | Zach Brown <[email protected]> | 2016-11-18 18:55:14 -0600 |
commit | 7e37e540536578593937c193a7635496dfcffa49 (patch) | |
tree | 80a2d49697d70a7701bf8461d57c23921a1de67e /scripts | |
parent | a6d146a939d4e9327f9649e55888f810f8f53737 (diff) | |
download | Paper-7e37e540536578593937c193a7635496dfcffa49.tar.gz Paper-7e37e540536578593937c193a7635496dfcffa49.zip |
Simplify the affects spawning API implementation
Get the hell away from EntitySelectors, not that that one right anyway
Fixes GH-482
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/importmcdev.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/importmcdev.sh b/scripts/importmcdev.sh index 927f1de1a5..13a7d13345 100755 --- a/scripts/importmcdev.sh +++ b/scripts/importmcdev.sh @@ -61,7 +61,6 @@ import EULA import EntitySquid import EntityWaterAnimal import FileIOThread -import IEntitySelector import IHopper import ItemBlock import ItemMonsterEgg |