From 1a2281865d0dfb4abadecfea07ec949411df9794 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Fri, 28 May 2021 23:55:27 -0700 Subject: [PATCH] Remove now defunct comment --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index dfcb1c3b..e92d19a9 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -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;