simplyfy GetIdentity

This commit is contained in:
2022-12-19 08:55:56 +01:00
parent 32b73aa851
commit 89c0f21971

View File

@@ -266,13 +266,9 @@ namespace PlayerTags.Data
{
identity.WorldId = worldId;
pluginConfiguration.Save(this);
}
return identity;
}
else
{
return identity;
}
return identity;
}
}