DynamicMaxHit: change from external to PVP (#1668)

DynamicMaxHit: change from external to PVP
This commit is contained in:
Owain van Brakel
2019-09-28 17:55:33 +02:00
committed by GitHub

View File

@@ -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