DynamicMaxHit: change from external to PVP (#1668)
DynamicMaxHit: change from external to PVP
This commit is contained in:
@@ -73,7 +73,7 @@ import net.runelite.http.api.item.ItemStats;
|
|||||||
name = "Dynamic Max Hit",
|
name = "Dynamic Max Hit",
|
||||||
description = "Dynamic Max Hit Calculations",
|
description = "Dynamic Max Hit Calculations",
|
||||||
tags = {"broken", "op", "shit"},
|
tags = {"broken", "op", "shit"},
|
||||||
type = PluginType.EXTERNAL,
|
type = PluginType.PVP,
|
||||||
enabledByDefault = false
|
enabledByDefault = false
|
||||||
)
|
)
|
||||||
@Slf4j
|
@Slf4j
|
||||||
@@ -869,4 +869,4 @@ public class DynamicMaxHit extends Plugin
|
|||||||
|
|
||||||
player.setMaxHit(maxHit);
|
player.setMaxHit(maxHit);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user