Strip rl package name
This commit is contained in:
@@ -16,8 +16,6 @@ import net.runelite.mapping.ObfuscatedName;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
public class CheckMappings
|
||||
{
|
||||
|
||||
@@ -127,6 +127,8 @@ public class MappingImporter
|
||||
|
||||
String iface = aii.getInterfaceClass();
|
||||
|
||||
iface = iface.replace("com/runeloader/api/bridge/os/accessor/", "");
|
||||
|
||||
cf.getAttributes().addAnnotation(IMPLEMENTS, "value", new UTF8(iface));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user