FINALLY WORKING JESUS

This commit is contained in:
EmosewaMC
2022-03-28 03:24:49 -07:00
parent 0a453e9dca
commit 54de6c6878
4 changed files with 83 additions and 74 deletions

View File

@@ -1,4 +1,5 @@
#include "PropertySelectQueryProperty.h"
#include <iostream>
void PropertySelectQueryProperty::Serialize(RakNet::BitStream& stream) const
{

View File

@@ -13,7 +13,7 @@ public:
std::string OwnerName = "";
std::string Name = "";
std::string Description = "";
uint32_t Reputation = 0;
uint32_t Reputation = 10;
bool IsBestFriend = false;
bool IsFriend = false;
bool IsModeratorApproved = false;