Fix SoulNetwork lookup via UUID
This commit is contained in:
parent
b51705d90a
commit
18c1ccae80
|
@ -52,7 +52,7 @@ public class NetworkHelper
|
|||
*/
|
||||
public static SoulNetwork getSoulNetwork(UUID uuid)
|
||||
{
|
||||
return getSoulNetwork(PlayerHelper.getUsernameFromUUID(uuid));
|
||||
return getSoulNetwork(uuid.toString());
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue