Fixed bug with notification sound. Updated GUI slot permissions.

This commit is contained in:
Aust1n46 2016-10-05 15:06:26 -04:00
parent e45e17497d
commit f6460f36bd
4 changed files with 3 additions and 4 deletions

View File

@ -1,4 +1,4 @@
name: VentureChat
main: mineverse.Aust1n46.chat.bungee.MineverseChatBungee
version: 2.10.0
version: 2.10.1
author: Aust1n46

View File

@ -168,7 +168,6 @@ public class Message extends MineverseCommand {
else {
player.getPlayer().playSound(player.getPlayer().getLocation(), Sound.valueOf("ENTITY_PLAYER_LEVELUP"), 1, 0);
}
player.getPlayer().playSound(player.getPlayer().getLocation(), Sound.valueOf("ENTITY_PLAYER_LEVELUP"), 1, 0);
}
if(!mcp.getPlayer().hasPermission("venturechat.spy.override")) {
for(MineverseChatPlayer sp : MineverseChat.onlinePlayers) {

View File

@ -50,6 +50,6 @@ public class GuiSlot {
}
public boolean hasPermission() {
return !permission.equalsIgnoreCase("mineversechat.none");
return !permission.equalsIgnoreCase("venturechat.none");
}
}

View File

@ -1,5 +1,5 @@
name: VentureChat
version: 2.10.0
version: 2.10.1
main: mineverse.Aust1n46.chat.MineverseChat
depend: [Vault, ProtocolLib, PlaceholderAPI]
softdepend: [Towny, Factions, Heroes]