Disable camera zoom by default
Instead of having the plugin enabled and everything inside disabled just disable it and by default enable 1 option. Signed-off-by: Tomas Slusny <slusnucky@gmail.com>
This commit is contained in:
@@ -42,7 +42,7 @@ public interface ZoomConfig extends Config
|
||||
)
|
||||
default boolean outerLimit()
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
@ConfigItem(
|
||||
|
||||
@@ -37,7 +37,8 @@ import net.runelite.client.plugins.Plugin;
|
||||
import net.runelite.client.plugins.PluginDescriptor;
|
||||
|
||||
@PluginDescriptor(
|
||||
name = "Camera Zoom"
|
||||
name = "Camera Zoom",
|
||||
enabledByDefault = false
|
||||
)
|
||||
@Slf4j
|
||||
public class ZoomPlugin extends Plugin
|
||||
|
||||
Reference in New Issue
Block a user