1
0
Fork 0

Changed arrow comment.

This commit is contained in:
Howaner 2014-08-04 22:30:13 +02:00
parent 434ea542e1
commit 2e43eaaba7
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ public:
}
Force = std::min(Force, 1.0);
// Has the player a arrow?
// Does the player have an arrow?
if (!a_Player->IsGameModeCreative() && !a_Player->GetInventory().HasItems(cItem(E_ITEM_ARROW)))
{
return;