refactor and fix antifriendhit credit

This commit is contained in:
Bella 2019-12-14 21:09:40 -05:00
parent ae39d68ca6
commit ad36a7786d
1 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
package me.zeroeightsix.kami.module.modules.combat;
package me.zeroeightsix.kami.module.modules.bewwawho.combat;
import me.zero.alpine.listener.EventHandler;
import me.zero.alpine.listener.Listener;
@ -8,6 +8,9 @@ import me.zeroeightsix.kami.util.Friends;
import net.minecraft.client.entity.EntityOtherPlayerMP;
import net.minecraft.entity.Entity;
/***
* @author Sasha
*/
@Module.Info(name = "AntiFriendHit", description = "Don't hit your friends", category = Module.Category.COMBAT, alwaysListening = true)
public class AntiFriendHit extends Module {