From 5af1facbbe70a407923e5ab4b563057d4107c587 Mon Sep 17 00:00:00 2001 From: yugecin Date: Sun, 11 Dec 2016 19:06:46 +0100 Subject: [PATCH] don't save wm --- src/itdelatrisu/opsu/Options.java | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/itdelatrisu/opsu/Options.java b/src/itdelatrisu/opsu/Options.java index 43760e02..1c97c486 100644 --- a/src/itdelatrisu/opsu/Options.java +++ b/src/itdelatrisu/opsu/Options.java @@ -895,7 +895,12 @@ public class Options { DANCE_CIRLCE_IN_LAZY_SLIDERS ("Do circles in lazy sliders", "CircleInLazySlider", "Circle in hitcircle in lazy sliders", false), DANCE_HIDE_UI ("Hide all UI", "HideUI", ".", true), DANCE_ENABLE_SB ("Enable storyboard editor", "EnableStoryBoard", "Dance storyboard", false), - DANCE_HIDE_WATERMARK ("Hide watermark", "HideWaterMark", "Hide the githublink in the top left corner of the playfield", false), + DANCE_HIDE_WATERMARK ("Hide watermark", "HideWaterMark", "Hide the githublink in the top left corner of the playfield", false) { + @Override + public void read(String s) { + bool = false; + } + }, PIPPI_ENABLE ("Pippi", "Pippi", "Move in circles like dancing pippi (osu! april fools joke 2016)", false), PIPPI_RADIUS_PERCENT ("Pippi radius", "PippiRad", "Radius of pippi, percentage of circle radius", 100, 0, 100) { @Override