Merge remote-tracking branch 'runelite/master'
This commit is contained in:
@@ -3,7 +3,7 @@ package net.runelite.rs.api;
|
||||
import net.runelite.api.Nameable;
|
||||
import net.runelite.mapping.Import;
|
||||
|
||||
public interface RSUser extends Nameable, Comparable
|
||||
public interface RSUser extends Nameable, Comparable<Nameable>
|
||||
{
|
||||
@Import("username")
|
||||
RSUsername getRsName();
|
||||
|
||||
Reference in New Issue
Block a user