Update FlexoPlugin.java

This commit is contained in:
Kyleeld
2019-07-04 20:47:31 +01:00
committed by GitHub
parent 4045d18b14
commit 0c64dddf78

View File

@@ -64,7 +64,8 @@ import net.runelite.client.ui.overlay.OverlayManager;
name = "Flexo Config",
description = "Customizes the flexo api",
tags = {"flexo", "null"},
type = PluginType.UTILITY
type = PluginType.EXTERNAL,
enabledByDefault = false
)
public class FlexoPlugin extends Plugin