diff options
Diffstat (limited to '')
-rw-r--r-- | src/Items/ItemThrowable.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/Items/ItemThrowable.h b/src/Items/ItemThrowable.h index 18dd9e801..85234088f 100644 --- a/src/Items/ItemThrowable.h +++ b/src/Items/ItemThrowable.h @@ -1,12 +1,6 @@ -// ItemThrowable.h - // Declares the itemhandlers for throwable items: eggs, snowballs and ender pearls - - - - #pragma once @@ -157,7 +151,3 @@ public: } }; - - - - |