Skip to content

Commit

Permalink
📝 update example
Browse files Browse the repository at this point in the history
  • Loading branch information
XiYang6666 committed Apr 26, 2024
1 parent 70bc910 commit d64e0fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/ping_mc_server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ namespace Packages {
}>()
.toPackage();

export const StatusRequest = StructBuilder.new().build<{}>().toPackage();
export const StatusRequest = StructBuilder.new().build().toPackage();

export const StatusResponse = StructBuilder.new()
.rowPString("json_response")(BaseTypes.VarInt32)
Expand Down

0 comments on commit d64e0fe

Please sign in to comment.