mirror of
https://github.com/architectury/architectury-loom.git
synced 2026-04-02 21:47:42 -05:00
This commit is contained in:
@@ -232,8 +232,7 @@ public class RunConfig {
|
||||
char c = s.charAt(i);
|
||||
|
||||
if (c == '@' && i > 0 && s.charAt(i - 1) == '@' || c == ' ') {
|
||||
ret.append("@@");
|
||||
ret.append(Integer.toString(c, 16));
|
||||
ret.append(String.format("@@%04x", (int) c));
|
||||
} else {
|
||||
ret.append(c);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user