fix: Typo in playerlimit message

Co-authored-by: Jeremy Wood <farachan@gmail.com>
This commit is contained in:
Ben Woo 2023-02-20 23:27:30 +08:00
parent 7d80f9d32c
commit a196bbd3e0
No known key found for this signature in database
GPG Key ID: FB2A3645536E12C8
1 changed files with 1 additions and 1 deletions

View File

@ -362,7 +362,7 @@ public class MVPlayerListener implements Listener {
issuer.sendMessage(targetName + " cannot be teleported to because you does not have access to " + toWorld.getName());
}
if (result.hasResult(PlayerLimitResult.EXCEED_PLAYERLIMIT)) {
issuer.sendMessage(targetName + " cannot cannot enter " + toWorld.getName() + " because it is full.");
issuer.sendMessage(targetName + " cannot enter " + toWorld.getName() + " because it is full.");
}
if (result.hasResult(EntryFeeResult.NOT_ENOUGH_MONEY)) {
issuer.sendMessage("You do not have enough money to pay for " + targetName + " to enter " + toWorld.getName());