Make a change to profile file extension
This commit is contained in:
parent
1d04b3eee7
commit
e50238e37e
3 changed files with 3 additions and 3 deletions
|
@ -106,7 +106,7 @@ public class Profile {
|
|||
if(userProfile.toFile().exists())
|
||||
{
|
||||
// Load profile data
|
||||
File ace = userProfile.resolve("profile.dat").toFile();
|
||||
File ace = userProfile.resolve("profile.nbt").toFile();
|
||||
Profile template = new Profile(player.getName().getString(), "Member", player.getDisplayName().getString(), ChatColor.GREEN, player.getStringUUID(), ChatColor.AQUA, ChatColor.WHITE, false, 0, ace);
|
||||
template.commit();
|
||||
|
||||
|
|
Reference in a new issue