mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-01 19:04:38 +00:00
faster imageToShape
This commit is contained in:
@@ -87,7 +87,7 @@ public class IdentifiersDeobfuscation {
|
||||
if (s == null) {
|
||||
return false;
|
||||
}
|
||||
String reservedWords[] = as3 ? reservedWordsAS3 : reservedWordsAS2;
|
||||
String[] reservedWords = as3 ? reservedWordsAS3 : reservedWordsAS2;
|
||||
for (String rw : reservedWords) {
|
||||
if (rw.equals(s.trim())) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user