mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-02-11 20:00:46 +00:00
Missing space in Spawnmob message
This commit is contained in:
parent
7001798874
commit
979592c8ba
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ public class Commandspawnmob extends EssentialsCommand
|
|||
changeMobData(mobMount.name, spawnedMount, mountData, user);
|
||||
}
|
||||
}
|
||||
user.sendMessage(args[1] + " " + mob.name.toLowerCase() + mob.suffix + Util.i18n("spawned"));
|
||||
user.sendMessage(args[1] + " " + mob.name.toLowerCase() + mob.suffix + " " + Util.i18n("spawned"));
|
||||
}
|
||||
catch (MobException e1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue