Updated Type
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user