kleanup crew

This commit is contained in:
kawaiizenbo 2024-08-27 12:10:37 -07:00
parent 92a2db9d89
commit 253ee1d5be
2 changed files with 2 additions and 3 deletions

View file

@ -4,8 +4,8 @@ Requires Fabric, Fabric API, and Minecraft 1.21
Default ClickGUI Key is Right Alt. Default ClickGUI Key is Right Alt.
Grab the latest release build [here](https://github.com/kawaiizenbo/MoonlightMeadows/releases) Grab the latest release build [here](https://github.com/kawaiizenbo/MoonlightMeadows/releases)
Grab the latest nightly build [here](https://nightly.link/kawaiizenbo/MoonlightMeadows/workflows/build/main/Artifacts.zip) Grab the latest nightly build [here](https://nightly.link/kawaiizenbo/MoonlightMeadows/workflows/build/main/Artifacts.zip)
## Screenshots ## Screenshots
![Title Screen](./readme-assets/title.png) ![Title Screen](./readme-assets/title.png)

View file

@ -49,7 +49,6 @@ public class Config
Map<String, Object> ms = new HashMap<>(); Map<String, Object> ms = new HashMap<>();
for (Setting s : m.settings) for (Setting s : m.settings)
{ {
// sometimes i wish i were a nymphet instead of a massive nerd
if (s instanceof BooleanSetting) if (s instanceof BooleanSetting)
{ {
ms.put(s.name, ((BooleanSetting)s).value); ms.put(s.name, ((BooleanSetting)s).value);