mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-05-23 15:22:28 +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) {
|
if (m_RefreshTimeSeconds > 0.0) {
|
||||||
m_Parent->AddCallbackTimer(m_RefreshTimeSeconds, [this]() {
|
m_Parent->AddCallbackTimer(m_RefreshTimeSeconds, [this]() {
|
||||||
RefreshInventory();
|
RefreshInventory();
|
||||||
}
|
});
|
||||||
);
|
|
||||||
}
|
}
|
||||||
Game::entityManager->SerializeEntity(m_Parent);
|
Game::entityManager->SerializeEntity(m_Parent);
|
||||||
GameMessages::SendVendorStatusUpdate(m_Parent, UNASSIGNED_SYSTEM_ADDRESS);
|
GameMessages::SendVendorStatusUpdate(m_Parent, UNASSIGNED_SYSTEM_ADDRESS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user