diff --git a/buffer-generator/src/main/kotlin/org/openrs2/buffer/generator/ByteBufExtensionGenerator.kt b/buffer-generator/src/main/kotlin/org/openrs2/buffer/generator/ByteBufExtensionGenerator.kt index a38d9f52..f0a1f559 100644 --- a/buffer-generator/src/main/kotlin/org/openrs2/buffer/generator/ByteBufExtensionGenerator.kt +++ b/buffer-generator/src/main/kotlin/org/openrs2/buffer/generator/ByteBufExtensionGenerator.kt @@ -9,7 +9,7 @@ public class ByteBufExtensionGenerator { public fun generate(): String { val builder = FileSpec.builder("org.openrs2.buffer", "GeneratedByteBufExtensions") builder.indent(" ") - builder.addComment("This file is generated automatically. DO NOT EDIT.") + builder.addFileComment("This file is generated automatically. DO NOT EDIT.") for (type in IntType.values()) { for (order in ByteOrder.values()) {