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",
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);
}
}
}