diff --git a/core/src/mindustry/content/Blocks.java b/core/src/mindustry/content/Blocks.java index 5428c27b32..0dd5b78598 100644 --- a/core/src/mindustry/content/Blocks.java +++ b/core/src/mindustry/content/Blocks.java @@ -122,7 +122,7 @@ public class Blocks implements ContentList{ nuclearWarhead, warheadAssembler, ballisticSilo //TODO ; - /** @deprecated use the blocks with proper names, */ + /** @deprecated use the blocks with proper names */ @Deprecated public static Block blockForge, blockLoader, blockUnloader;