Skip to content

Commit 6dbccd4

Browse files
authored
[publish] Merge pull request #346 from Arasple/master
Fix NMSSign class not found
2 parents 75f7321 + 52be262 commit 6dbccd4

File tree

1 file changed

+1
-1
lines changed
  • module/module-nms-util/src/main/kotlin/taboolib/module/nms

1 file changed

+1
-1
lines changed

module/module-nms-util/src/main/kotlin/taboolib/module/nms/NMSSign.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ abstract class NMSSign {
8787
/**
8888
* [NMSSign] 的实现类
8989
*/
90-
class NMSSIgnImpl : NMSSign() {
90+
class NMSSignImpl : NMSSign() {
9191

9292
val constructorPacketOutSignEditor: Constructor<*> by unsafeLazy {
9393
net.minecraft.server.v1_16_R1.PacketPlayOutOpenSignEditor::class.java.getDeclaredConstructor(

0 commit comments

Comments
 (0)