Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2017
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. for(final L2Npc rfnpc : npcRoofList)
  2. if (rfnpc.getNpcId() == 18491)
  3. {
  4. rfnpc.deleteMe();
  5. npcRoofList.remove(rfnpc);
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement