Skip to content

Commit

Permalink
<XXX> 转义修复
Browse files Browse the repository at this point in the history
  • Loading branch information
Saukiya committed Nov 7, 2024
1 parent 8ff972c commit 6707452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ org.gradle.console.encoding=UTF-8
org.gradle.logging.level=quiet
#Information
group=io.github.saukiya
version=4.4.0
version=4.4.1
shapshot=false
languages=zh,en,de

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,6 @@ public String lookup(String str) {
}
SXItem.getInst().getLogger().warning("No Random Type: " + str.substring(0, index));
}
return str;
return null;
}
}

0 comments on commit 6707452

Please sign in to comment.