Update LootingBagViewerPlugin.java
This commit is contained in:
@@ -35,6 +35,7 @@ import javax.inject.Inject;
|
||||
name = "PvP Looting Bag Viewer",
|
||||
description = "Add an overlay showing the contents of your looting bag",
|
||||
tags = {"alternate", "items", "overlay", "second"},
|
||||
type = "utility",
|
||||
enabledByDefault = false
|
||||
)
|
||||
public class LootingBagViewerPlugin extends Plugin
|
||||
@@ -56,4 +57,4 @@ public class LootingBagViewerPlugin extends Plugin
|
||||
{
|
||||
overlayManager.remove(overlay);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user