Fix small resource pack bug

This commit is contained in:
git 2016-03-23 20:32:13 +13:00
parent 2e41f906d0
commit 4dd756286e

View File

@ -109,7 +109,7 @@ public class ResourcePackManager extends MiniPlugin implements CommandCallback
if (_resourcePackRequired)
{
if (event.getStatus() == Status.ACCEPTED)
if (event.getStatus() == Status.ACCEPTED || event.getStatus() == Status.SUCCESSFULLY_LOADED)
{
_resourcePackNoResponse.remove(player.getName());
}