Handle SyncExtraValue all the time

This may prevent platinum coin duping
This commit is contained in:
Chris 2020-12-03 14:26:13 +10:30
parent ae8ab04e8a
commit 3776a71a20

View file

@ -3592,7 +3592,7 @@ namespace TShockAPI
return true;
}
return false;
return true;
}
private static bool HandleKillPortal(GetDataHandlerArgs args)