Forgot a final prefix

This commit is contained in:
Alastair 2016-08-04 01:45:36 +00:00
parent 305014c31c
commit a21c75346a
1 changed files with 1 additions and 1 deletions

View File

@ -443,7 +443,7 @@ public class Portal {
}
} else {
if (showFailMessage) {
player.sendMessage(plugin.customPrefix + "\u00A7c The portal you are trying to use doesn't have a destination!");
player.sendMessage(PluginMessages.customPrefix + "\u00A7c The portal you are trying to use doesn't have a destination!");
plugin.getLogger().log(Level.SEVERE, "The portal '" + portal.portalName + "' has just had a warp "
+ "attempt and either the data is corrupt or portal doesn't exist!");
}