From c334e0004275a43735d5169f68085e8f1b6c2923 Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Sun, 29 Nov 2020 16:32:15 +1030 Subject: [PATCH] Revert syncextravalue change --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index c4e22d95..efef37c6 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -3592,7 +3592,7 @@ namespace TShockAPI return true; } - return true; + return false; } private static bool HandleKillPortal(GetDataHandlerArgs args)