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( @PluginDescriptor(
name = "Barbarian Assault", name = "Barbarian Assault",
description = "Show a timer to the next call change and game/wave duration in chat.", description = "Show a timer to the next call change and game/wave duration in chat.",
tags = {"minigame", "overlay", "timer"}, tags = {"minigame", "overlay", "timer"}
type = PluginType.PVM
) )
public class BarbarianAssaultPlugin extends Plugin { public class BarbarianAssaultPlugin extends Plugin {
private static final int BA_WAVE_NUM_INDEX = 2; private static final int BA_WAVE_NUM_INDEX = 2;
private static final String START_WAVE = "1"; private static final String START_WAVE = "1";