mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-27 05:00:54 +00:00
Fixed Parsing obfuscated namespaces with hash character "#"
This commit is contained in:
@@ -663,7 +663,7 @@ public class AVM2ConstantPool implements Cloneable {
|
||||
String str = getString(index);
|
||||
DottedChain chain = dottedChainCache.get(str);
|
||||
if (chain == null) {
|
||||
chain = DottedChain.parseWithSuffix(str);
|
||||
chain = DottedChain.parseNoSuffix(str);
|
||||
dottedChainCache.put(str, chain);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user