1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 11:45:51 +00:00

Forgot to register the grappling hook.

This commit is contained in:
ajan-12 2019-09-01 20:55:11 +03:00
parent 8278d00dcf
commit bb7bf903d3

View File

@ -70,5 +70,7 @@ public class GrapplingHook extends SlimefunItem {
else return false; else return false;
} }
}); });
super.register(slimefun);
} }
} }