mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2025-09-06 15:28:39 +00:00
fix item exploits
Update VendorComponent.cpp Update Mail.cpp
This commit is contained in:
@@ -34,7 +34,7 @@ void NsTokenConsoleServer::OnUse(Entity* self, Entity* user) {
|
||||
return;
|
||||
}
|
||||
|
||||
inventoryComponent->RemoveItem(6194, 25);
|
||||
inventoryComponent->RemoveItem(6194, 25, eInventoryType::ALL);
|
||||
|
||||
const auto useSound = self->GetVar<std::string>(u"sound1");
|
||||
|
||||
|
Reference in New Issue
Block a user