Skip to content

Commit 8e6fc93

Browse files
committed
fixed typo
1 parent 99055b0 commit 8e6fc93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/interaction/construction/StructureRegistry.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ object StructureRegistry : ConcurrentHashMap<String, StructureTemplate?>(), Load
5959
"schem" to StructureTemplate::readSpongeOrException,
6060
"litematica" to StructureTemplate::readLitematicaOrException,
6161

62-
// Not supported, who could guess that converting a format from 14 years ago would be hard? :clueless:
62+
// Not supported, who could've guess that converting a format from 14 years ago would be hard? :clueless:
6363
"schematic" to StructureTemplate::readSchematicOrException,
6464
)
6565

0 commit comments

Comments
 (0)