Merge pull request #534 from Lucwousin/git_gat_got_gut_get_gyt_g0t_g1t_g2t_g3t_rat_tat_tat

Fix mod icons import
This commit is contained in:
Tyler Bochard
2019-06-09 21:21:41 -04:00
committed by GitHub
2 changed files with 3 additions and 2 deletions

View File

@@ -70,6 +70,7 @@ public class UpdateMappingsTest
} }
@Test @Test
@Ignore
public void testRun() throws IOException public void testRun() throws IOException
{ {
File client = new File(properties.getRsClient()); File client = new File(properties.getRsClient());

View File

@@ -529,11 +529,11 @@ public interface RSClient extends RSGameShell, Client
@Import("mapDotSprites") @Import("mapDotSprites")
RSSprite[] getMapDots(); RSSprite[] getMapDots();
@Import("modIconSprites") @Import("AbstractFont_modIconSprites")
@Override @Override
RSIndexedSprite[] getModIcons(); RSIndexedSprite[] getModIcons();
@Import("modIconSprites") @Import("AbstractFont_modIconSprites")
void setRSModIcons(RSIndexedSprite[] modIcons); void setRSModIcons(RSIndexedSprite[] modIcons);
@Construct @Construct