Put messages received before player joining into queue
This commit is contained in:
+3
-3
@@ -30,9 +30,9 @@ public class ServerPlayerWrapper implements IServerPlayerWrapper
|
||||
}
|
||||
|
||||
@Override
|
||||
public UUID getUUID()
|
||||
public String getName()
|
||||
{
|
||||
return this.serverPlayer.getUUID();
|
||||
return this.serverPlayer.getName().getString();
|
||||
}
|
||||
|
||||
@Override
|
||||
@@ -78,4 +78,4 @@ public class ServerPlayerWrapper implements IServerPlayerWrapper
|
||||
public String toString() {
|
||||
return "Wrapped{" + this.serverPlayer.toString() + "}";
|
||||
}
|
||||
}
|
||||
}
|
||||
+1
-1
Submodule coreSubProjects updated: acb299530d...d2f4972693
Reference in New Issue
Block a user