Skip to content

Commit

Permalink
chore: bump FastBoard & edit class path
Browse files Browse the repository at this point in the history
  • Loading branch information
JiveOff committed Sep 11, 2024
1 parent 1c45810 commit 4163feb
Show file tree
Hide file tree
Showing 3 changed files with 274 additions and 37 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,11 @@ protected Object toMinecraftComponent(String line) throws Throwable {
return Array.get(MESSAGE_FROM_STRING.invoke(line), 0);
}

@Override
protected String serializeLine(String value) {
return value;
}

@Override
protected String emptyLine() {
return "";
Expand Down
Loading

0 comments on commit 4163feb

Please sign in to comment.