Remove now defunct comment

This commit is contained in:
Lucas Nicodemus 2021-05-28 23:55:27 -07:00
parent ac5539947a
commit 1a2281865d

View file

@ -2665,7 +2665,7 @@ namespace TShockAPI
byte action = (byte)args.Data.ReadByte();
short x = args.Data.ReadInt16();
short y = args.Data.ReadInt16();
byte direction = (byte)args.Data.ReadByte(); //Ignore direction
byte direction = (byte)args.Data.ReadByte();
DoorAction doorAction = (DoorAction)action;