Respect charset when loading scripts

This commit is contained in:
P0nk
2021-09-08 18:46:16 +02:00
parent 1803699086
commit c841e9952b
8 changed files with 11 additions and 10 deletions

View File

@@ -99,7 +99,7 @@ public class HexTool {
}
}
return new String(ret, CharsetConstants.PACKET_CHARSET);
return new String(ret, CharsetConstants.CHARSET);
}
/**