mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-08-05 18:24:12 +00:00
Vendor refresh change
Changed vendor refresh to happen as soon as it is able to.
This commit is contained in:
@@ -114,6 +114,7 @@ void VendorComponent::RefreshInventory(bool isCreation) {
|
||||
m_Parent->AddCallbackTimer(m_RefreshTimeSeconds, [this]() {
|
||||
RefreshInventory();
|
||||
});
|
||||
GameMessages::SendVendorStatusUpdate(m_Parent, UNASSIGNED_SYSTEM_ADDRESS);
|
||||
}
|
||||
|
||||
void VendorComponent::SetupConstants() {
|
||||
|
Reference in New Issue
Block a user