Disable force resource pack download
This commit is contained in:
parent
92a2881d1c
commit
8a1602af63
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public class JoinListener implements Listener{
|
||||||
}
|
}
|
||||||
p.setFoodLevel(6);
|
p.setFoodLevel(6);
|
||||||
if (e.getJoinMessage() == null || !e.getJoinMessage().equals("joinall")) {
|
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 {
|
} else {
|
||||||
LGPlayer lgp = LGPlayer.thePlayer(e.getPlayer());
|
LGPlayer lgp = LGPlayer.thePlayer(e.getPlayer());
|
||||||
lgp.showView();
|
lgp.showView();
|
||||||
|
|
Loading…
Reference in a new issue