mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-23 07:12:24 +00:00
fix newline
This commit is contained in:
parent
666f0213ab
commit
772c892afa
@ -95,8 +95,7 @@ void VendorComponent::RefreshInventory(bool isCreation) {
|
||||
if (m_RefreshTimeSeconds > 0.0) {
|
||||
m_Parent->AddCallbackTimer(m_RefreshTimeSeconds, [this]() {
|
||||
RefreshInventory();
|
||||
}
|
||||
);
|
||||
});
|
||||
}
|
||||
Game::entityManager->SerializeEntity(m_Parent);
|
||||
GameMessages::SendVendorStatusUpdate(m_Parent, UNASSIGNED_SYSTEM_ADDRESS);
|
||||
|
Loading…
x
Reference in New Issue
Block a user