Color Fix

This commit is contained in:
Olof Larsson 2015-04-25 23:55:40 +02:00
parent bce2faee65
commit e3a7319001

View File

@ -2,7 +2,7 @@ package com.massivecraft.massivecore;
public class Lang
{
public static final String PERM_DEFAULT_DENIED_FORMAT = "<b>You don't have permission to %s.";
public static final String PERM_DEFAULT_DENIED_FORMAT = "<b>You don't have permission to <h>%s<b>.";
public static final String PERM_DEFAULT_DESCRIPTION = "do that";
public static final String COMMAND_SENDER_MUST_BE_PLAYER = "<b>This command can only be used by ingame players.";