api: add clan id to clan channel changed event
This commit is contained in:
@@ -39,6 +39,11 @@ public class ClanChannelChanged
|
||||
*/
|
||||
@Nullable
|
||||
private final ClanChannel clanChannel;
|
||||
/**
|
||||
* The clan id, or -1 for guest clan
|
||||
* @see net.runelite.api.clan.ClanID
|
||||
*/
|
||||
private int clanId;
|
||||
/**
|
||||
* Whether or not this was the guest clan channel
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user