Skip to content

Commit

Permalink
Keep consistent with groovyscript
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Oct 15, 2024
1 parent c3dfdeb commit 2428885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/mcjty/theoneprobe/gui/PresetBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ public static List<Preset> getPresets() {
/**
* Clear the ArrayList containing all the presets
*/
public static void clearPresets() {
public static void removeAll() {
presets.clear();
}

Expand Down

0 comments on commit 2428885

Please sign in to comment.