Skip to content

Commit cba3ff9

Browse files
committed
waiting pls run spotless in your prs
1 parent fff5f33 commit cba3ff9

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/cleanroommc/groovyscript/compat/vanilla

1 file changed

+1
-1
lines changed

src/main/java/com/cleanroommc/groovyscript/compat/vanilla/GameRule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
import java.util.Map;
1515

16-
@RegistryDescription(category = RegistryDescription.Category.ENTRIES, admonition= @Admonition(value = "groovyscript.wiki.minecraft.game_rule.note", type = Admonition.Type.WARNING))
16+
@RegistryDescription(category = RegistryDescription.Category.ENTRIES, admonition = @Admonition(value = "groovyscript.wiki.minecraft.game_rule.note", type = Admonition.Type.WARNING))
1717
public class GameRule extends NamedRegistry implements IScriptReloadable {
1818

1919
private static final String LOG_MESSAGE = "Could not find an already existing rule with the name {}. This may be intentional! If it is, you can disable this via `gameRule.setWarnNewGameRule(false)`";

0 commit comments

Comments
 (0)