mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-11-05 19:41:56 +00:00
Fixing spawnmob count.
This commit is contained in:
parent
8577202f48
commit
e91ed60441
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ public class Commandspawnmob extends EssentialsCommand
|
|||
changeMobData(mobMount.getType(), spawnedMount, mountData, user);
|
||||
}
|
||||
}
|
||||
user.sendMessage(args[1] + " " + mob.name.toLowerCase(Locale.ENGLISH) + mob.suffix + " " + _("spawned"));
|
||||
user.sendMessage(mobCount + " " + mob.name.toLowerCase(Locale.ENGLISH) + mob.suffix + " " + _("spawned"));
|
||||
}
|
||||
catch (MobException e1)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue