Fix small resource pack bug
This commit is contained in:
parent
2e41f906d0
commit
4dd756286e
@ -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());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user