mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-01-24 05:37:41 +00:00
off by one moment
This commit is contained in:
parent
148c177d27
commit
dc74b46e11
@ -71,7 +71,7 @@ PropertyManagementComponent::PropertyManagementComponent(Entity* parent) : Compo
|
|||||||
this->propertyName = propertyEntry->getString(5).c_str();
|
this->propertyName = propertyEntry->getString(5).c_str();
|
||||||
this->propertyDescription = propertyEntry->getString(6).c_str();
|
this->propertyDescription = propertyEntry->getString(6).c_str();
|
||||||
this->privacyOption = static_cast<PropertyPrivacyOption>(propertyEntry->getUInt(9));
|
this->privacyOption = static_cast<PropertyPrivacyOption>(propertyEntry->getUInt(9));
|
||||||
this->claimedTime = propertyEntry->getUInt64(13);
|
this->claimedTime = propertyEntry->getUInt64(12);
|
||||||
|
|
||||||
Load();
|
Load();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user