You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
466 B
15 lines
466 B
--- ../src-base/minecraft/net/minecraft/server/management/UserList.java |
|
+++ ../src-work/minecraft/net/minecraft/server/management/UserList.java |
|
@@ -184,6 +184,12 @@ |
|
return this.field_152696_d.size() < 1; |
|
} |
|
|
|
+ // CraftBukkit start |
|
+ public Collection<UserListEntry> getValues() { |
|
+ return this.field_152696_d.values(); |
|
+ } |
|
+ // CraftBukkit end |
|
+ |
|
@SideOnly(Side.SERVER) |
|
public void func_152679_g() throws IOException |
|
{
|
|
|