Skip to content

Commit

Permalink
[publish] Merge pull request #346 from Arasple/master
Browse files Browse the repository at this point in the history
Fix NMSSign class not found
  • Loading branch information
Bkm016 authored Aug 13, 2023
2 parents 75f7321 + 52be262 commit 6dbccd4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ abstract class NMSSign {
/**
* [NMSSign] 的实现类
*/
class NMSSIgnImpl : NMSSign() {
class NMSSignImpl : NMSSign() {

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

0 comments on commit 6dbccd4

Please sign in to comment.