PlayGrid / playgrid-bukkit

PlayGrid Bukkit Plugin
1 stars 1 forks source link

max_unverified_days still active even if player registration is disabled #4

Closed daronstinnett closed 10 years ago

daronstinnett commented 10 years ago

The following ticket was submitted:

hello, I have player registration turned off, but after X amount of days (Have not found out how many) the people on my server are required to register, why is that even when I have it turned off? if it can't be changed I am going to have to stop using PlayGrid, which I don't want to do.

This implies that when:

player.authorization_required: false

In this case, the 'max_unverified_days: 10' setting is still acting to block players who have not registered after the specified period. Note that this will be a temporary fix since this system will be replaced soon.

chrisgward commented 10 years ago

I am unsure of how to test this without wasting a day, however I have a potential fix which is untested which I shall commit now.

daronstinnett commented 10 years ago

Hi Chris,

I see your commit for the essentials issue but not the fix for this one. Did you commit?

On Wed, Feb 12, 2014 at 10:12 PM, Chris Ward notifications@github.comwrote:

I am unsure of how to test this without wasting a day, however I have a potential fix which is untested which I shall commit now.

Reply to this email directly or view it on GitHubhttps://github.com/PlayGrid/playgrid-bukkit/issues/4#issuecomment-34951326 .

chrisgward commented 10 years ago

https://github.com/chrisgward/playgrid-bukkit/commit/836c95e4ae707c8a77ce29c9fda4d46252858016

chrisgward commented 10 years ago

I haven't PRd it as it is untested