Disable force resource pack download

This commit is contained in:
Ethanell 2020-09-07 22:25:16 +02:00
parent 92a2881d1c
commit 8a1602af63

View file

@ -47,7 +47,7 @@ public class JoinListener implements Listener{
}
p.setFoodLevel(6);
if (e.getJoinMessage() == null || !e.getJoinMessage().equals("joinall")) {
p.getPlayer().setResourcePack("http://leomelki.fr/mcgames/ressourcepacks/v32/loup_garou.zip");
//p.getPlayer().setResourcePack("http://leomelki.fr/mcgames/ressourcepacks/v32/loup_garou.zip");
} else {
LGPlayer lgp = LGPlayer.thePlayer(e.getPlayer());
lgp.showView();