Update LeftClickOnlyPlugin.java

This commit is contained in:
xKylee
2020-01-13 23:01:56 +00:00
parent d814e4d45b
commit dffa2a13e3

View File

@@ -38,7 +38,8 @@ import net.runelite.client.plugins.PluginType;
name = "Left Click Only",
description = "Only allow leftclicks",
tags = {"left", "click", "only", "gamemode", "leftclick"},
type = PluginType.GAMEMODE
type = PluginType.GAMEMODE,
enabledByDefault = false
)
public class LeftClickOnlyPlugin extends Plugin
{