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