Skip to content

Commit

Permalink
Fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
strubium committed Dec 1, 2024
1 parent e69b7bb commit 11c8d6b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/main/java/mcjty/theoneprobe/gui/Preset.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,12 @@

import mcjty.theoneprobe.api.TextStyleClass;
import org.apache.commons.lang3.tuple.Pair;
import net.minecraftforge.fml.relauncher.Side;
import net.minecraftforge.fml.relauncher.SideOnly;

import java.util.Collection;
import java.util.HashMap;
import java.util.Map;

@SideOnly(Side.CLIENT)
class Preset {
public class Preset {
private final String name;
private final int boxBorderColor;
private final int boxFillColor;
Expand Down

0 comments on commit 11c8d6b

Please sign in to comment.