mordentral / AdvancedSessionsPlugin

Advanced Sessions Plugin for UE4
https://www.vreue4.com
MIT License
595 stars 140 forks source link

Rename Login parameter "Type" to "AuthType". #25

Closed lotodore closed 2 years ago

lotodore commented 2 years ago

It is great that the new AuthType parameter (specifically for EOS) is already present in the current git version! I would suggest to call it AuthType, since "Type" is too generic (and the plugin was not yet published with this parameter name).

This may seem like a small thing, but the name AuthType clarifies that this is related to authentication, while "Type" may also mean User Type (due to the other user parameters).

However, this pull request is just a suggestion and completely optional :-)