Skip to content

Commit

Permalink
Update Dota2GSI/StateHandlers/CouriersHandler.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
antonpup authored Jan 18, 2024
1 parent e2aeb23 commit 3fbb72e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dota2GSI/StateHandlers/CouriersHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ private void OnCourierUpdated(DotaGameEvent e)
{
if (!evt.New.InventoryContains(item.Value.Name))
{
// Player lost an inventory item.
// Courier lost an inventory item.
dispatcher.Broadcast(new CourierItemRemoved(item.Value, evt.New, evt.Player));
}
}
Expand Down

0 comments on commit 3fbb72e

Please sign in to comment.