Fixed issue with the changed output

This commit is contained in:
White 2015-05-28 17:18:10 +09:30
parent 6374d8214d
commit 3276a8c532

View file

@ -1672,7 +1672,7 @@ namespace TShockAPI
ply[0].tempGroup = g;
if (args.Parameters.Count > 2)
if (args.Parameters.Count < 2)
{
args.Player.SendSuccessMessage(String.Format("You have changed {0}'s group to {1}", ply[0].Name, g.Name));
ply[0].SendSuccessMessage(String.Format("Your group has temporarily been changed to {0}", g.Name));