diff --git a/MCGalaxy/Commands/CPE/CmdEntityRot.cs b/MCGalaxy/Commands/CPE/CmdEntityRot.cs index 4e793bb62..f46c756d2 100644 --- a/MCGalaxy/Commands/CPE/CmdEntityRot.cs +++ b/MCGalaxy/Commands/CPE/CmdEntityRot.cs @@ -20,7 +20,7 @@ using MCGalaxy.Bots; namespace MCGalaxy.Commands.CPE { public class CmdEntityRot : EntityPropertyCmd { - public override string name { get { return "EntityTot"; } } + public override string name { get { return "EntityRot"; } } public override string shortcut { get { return "EntRot"; } } public override string type { get { return CommandTypes.Other; } } public override LevelPermission defaultRank { get { return LevelPermission.AdvBuilder; } }