forked from RepoMirrors/kami-blue
refactor and fix antifriendhit credit
This commit is contained in:
parent
ae39d68ca6
commit
ad36a7786d
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue