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",
|
||||
description = "Dynamic Max Hit Calculations",
|
||||
tags = {"broken", "op", "shit"},
|
||||
type = PluginType.EXTERNAL,
|
||||
type = PluginType.PVP,
|
||||
enabledByDefault = false
|
||||
)
|
||||
@Slf4j
|
||||
@@ -869,4 +869,4 @@ public class DynamicMaxHit extends Plugin
|
||||
|
||||
player.setMaxHit(maxHit);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user