diff --git a/dGame/dGameMessages/PropertySelectQueryProperty.h b/dGame/dGameMessages/PropertySelectQueryProperty.h index 68f95548..87efd4ca 100644 --- a/dGame/dGameMessages/PropertySelectQueryProperty.h +++ b/dGame/dGameMessages/PropertySelectQueryProperty.h @@ -13,7 +13,7 @@ public: std::string OwnerName = ""; std::string Name = ""; std::string Description = ""; - uint32_t Reputation = 10; + uint32_t Reputation = 0; bool IsBestFriend = false; bool IsFriend = false; bool IsModeratorApproved = false;