272273274275276277278279280281282283
* Load all npcs and warptiles */ File f = new File("res/npc/" + m_x + "." + m_y + ".txt"); if(f.exists()) { try { @SuppressWarnings("unused") DataLoader d = new DataLoader(f, this); } catch (Exception e) { } } }