forked from xjboss/KCauldronX
16 lines
466 B
Diff
16 lines
466 B
Diff
--- ../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
|
|
{
|