Remove now defunct comment
This commit is contained in:
parent
ac5539947a
commit
1a2281865d
1 changed files with 1 additions and 1 deletions
|
|
@ -2665,7 +2665,7 @@ namespace TShockAPI
|
||||||
byte action = (byte)args.Data.ReadByte();
|
byte action = (byte)args.Data.ReadByte();
|
||||||
short x = args.Data.ReadInt16();
|
short x = args.Data.ReadInt16();
|
||||||
short y = 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;
|
DoorAction doorAction = (DoorAction)action;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue