Fix splashes not resetting idle countdown in idle notifier (#8025)

A splash doesn't make a hitsplat, but will still keep you logged in.
Useful for when splashing on yourself
This commit is contained in:
Magic fTail
2019-02-27 23:15:19 +01:00
committed by Tomas Slusny
parent d921b708e0
commit 3589c60243
2 changed files with 18 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ package net.runelite.api;
public class GraphicID
{
public static final int SPLASH = 85;
public static final int TELEPORT = 111;
public static final int GREY_BUBBLE_TELEPORT = 86;
public static final int ENTANGLE = 179;