Update EquipmentInspectorPlugin.java

This commit is contained in:
Jonathan
2019-04-22 14:32:35 -06:00
committed by GitHub
parent 09e608ee04
commit 31a792d7b9

View File

@@ -36,7 +36,7 @@ import java.util.concurrent.ScheduledExecutorService;
@PluginDescriptor(
name = "Equipment Inspector",
enabledByDefault = false,
type = "utility"
type = "PVP"
)
@Slf4j
@@ -225,4 +225,4 @@ public class EquipmentInspectorPlugin extends Plugin {
});
}
}
}
}