From 17b0de80622f828dcd541d900d04b14487372c3d Mon Sep 17 00:00:00 2001 From: EmosewaMC <39972741+EmosewaMC@users.noreply.github.com> Date: Mon, 28 Mar 2022 19:58:23 -0700 Subject: [PATCH] clarified variable name --- dGame/dGameMessages/PropertySelectQueryProperty.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dGame/dGameMessages/PropertySelectQueryProperty.cpp b/dGame/dGameMessages/PropertySelectQueryProperty.cpp index 135dac1f..78b7198d 100644 --- a/dGame/dGameMessages/PropertySelectQueryProperty.cpp +++ b/dGame/dGameMessages/PropertySelectQueryProperty.cpp @@ -30,7 +30,7 @@ void PropertySelectQueryProperty::Serialize(RakNet::BitStream& stream) const stream.Write(IsAlt); stream.Write(IsOwned); stream.Write(AccessType); - stream.Write(DatePublished); + stream.Write(DateLastPublished); stream.Write(PerformanceCost); }