1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-12-14 12:10:30 +00:00

Satiate the demons of checkstyle

I was sure I'd run pre-commit, but clearly not!
This commit is contained in:
Jonathan Coates 2022-12-15 21:42:18 +00:00
parent 36ce490566
commit eeac86b07c
No known key found for this signature in database
GPG Key ID: B9E431FF07C98D06

View File

@ -13,9 +13,9 @@ import org.spongepowered.asm.mixin.Overwrite;
@Mixin(WorldOpenFlows.class)
public class WorldOpenFlowsMixin {
/**
* Never prompt for backup/experimental options when running tests
* Never prompt for backup/experimental options when running tests.
*
* @param screen The current menu
* @param screen The current menu.
* @param level The level to load.
* @param customised Whether this rule uses legacy customised worldgen options.
* @param action The action run to load the world.