Skip to content

Commit

Permalink
made MachineFlag not a final class
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Jan 8, 2025
1 parent ae48471 commit dd5fe6e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package muramasa.antimatter.machine;

public final class MachineFlag {
public class MachineFlag {
public static final String BASIC = "basic"; //
public static final String STEAM = "steam";
public static final String MULTI = "multi"; //Has structure
Expand Down

0 comments on commit dd5fe6e

Please sign in to comment.