mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-06 20:43:11 +00:00
fix typo in messages
add new messages to messages.properties add new messages to messages_en.properties add new messages to messages_cs.properties add new messages to messages_da.properties add new messages to messages_de.properties add new messages to messages_es.properties add new messages to messages_fi.properties add new messages to messages_fr.properties add new messages to messages_it.properties add new messages to messages_nl.properties add new messages to messages_pl.properties add new messages to messages_pt.properties add new messages to messages_se.properties remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull remove color from bedNull
This commit is contained in:
parent
63c7d4519a
commit
fa8b8bec5a
14 changed files with 41 additions and 2 deletions
|
@ -54,7 +54,7 @@ public class Commandhome extends EssentialsCommand
|
|||
}
|
||||
else
|
||||
{
|
||||
throw new Exception(_("bedmissing"));
|
||||
throw new Exception(_("bedMissing"));
|
||||
}
|
||||
}
|
||||
goHome(user, player, homeName.toLowerCase(Locale.ENGLISH), charge);
|
||||
|
@ -85,7 +85,7 @@ public class Commandhome extends EssentialsCommand
|
|||
}
|
||||
else
|
||||
{
|
||||
homes.add(_("bednull"));
|
||||
homes.add(_("bedNull"));
|
||||
}
|
||||
}
|
||||
user.sendMessage(_("homes", Util.joinList(homes)));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue