Fixed jukebox message

This commit is contained in:
LCastr0 2017-04-30 20:00:29 -03:00
parent 879ab605f1
commit 734aa920bf

View File

@ -60,7 +60,7 @@ public class MusicGadget extends Gadget
// Inside castle
if (Manager.getCastleManager().isInsideCastle(player.getLocation()))
{
UtilPlayer.message(player, F.main("Music", "Cannot play songs near Portals."));
UtilPlayer.message(player, F.main("Music", "Cannot play songs inside the Castle."));
return;
}