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:
committed by
Tomas Slusny
parent
d921b708e0
commit
3589c60243
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user