From 895bbec277f9fd9d8e3ddf52fa8f8e81e50eb266 Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:58:15 -0700 Subject: [PATCH] clarified variable name --- dGame/dGameMessages/PropertySelectQueryProperty.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dGameMessages/PropertySelectQueryProperty.h b/dGame/dGameMessages/PropertySelectQueryProperty.h index 87efd4ca..b136f5cd 100644 --- a/dGame/dGameMessages/PropertySelectQueryProperty.h +++ b/dGame/dGameMessages/PropertySelectQueryProperty.h @@ -20,6 +20,6 @@ public: bool IsAlt = false; bool IsOwned = false; uint32_t AccessType = 0; - uint32_t DatePublished = 0; + uint32_t DateLastPublished = 0; uint64_t PerformanceCost = 0; };