Updated Type

This commit is contained in:
Jonathan
2019-04-24 19:19:47 -06:00
committed by GitHub
parent a5b9582d69
commit d3497e4b54

View File

@@ -65,9 +65,9 @@ import net.runelite.client.util.ImageUtil;
@PluginDescriptor(
name = "Barbarian Assault",
description = "Show a timer to the next call change and game/wave duration in chat.",
tags = {"minigame", "overlay", "timer"},
type = PluginType.PVM
tags = {"minigame", "overlay", "timer"}
)
public class BarbarianAssaultPlugin extends Plugin {
private static final int BA_WAVE_NUM_INDEX = 2;
private static final String START_WAVE = "1";