Slightly change access_denied message to indicate container access error

This is necessary as the no_permission error was worded exactly the same making debugging more difficulty. Also this way someone who thinks he needs to access the chest doesn't think that he doesn't have access to the shop at all.
This commit is contained in:
Phoenix616 2019-11-04 17:26:22 +01:00
parent 88a23a38db
commit 35dd13f917
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ public class Messages {
public static String iteminfo = "&aItem Information: &r";
@PrecededBySpace
public static String ACCESS_DENIED = "You don't have permission to do that!";
public static String ACCESS_DENIED = "You don't have permission to access that shop's storage container!";
@PrecededBySpace
public static String NOT_ENOUGH_MONEY = "You don't have enough money!";