From 3776a71a20223b6197b8a7b5ef04917d7a3f47bb Mon Sep 17 00:00:00 2001 From: Chris <2648373+QuiCM@users.noreply.github.com> Date: Thu, 3 Dec 2020 14:26:13 +1030 Subject: [PATCH] Handle SyncExtraValue all the time This may prevent platinum coin duping --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index efef37c6..c4e22d95 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -3592,7 +3592,7 @@ namespace TShockAPI return true; } - return false; + return true; } private static bool HandleKillPortal(GetDataHandlerArgs args)