Fixed minor mistake.

master
Robert Zenz 2016-01-06 17:24:05 +01:00
parent b75c0828a2
commit 713c871b3d
2 changed files with 2 additions and 2 deletions

View File

@ -140,7 +140,7 @@
The position at which to drop the items.
</li>
<li><span class="parameter">stacks</span>
The array of ItemStacks to drop.
The List of ItemStacks to drop.
</li>
</ul>

View File

@ -67,7 +67,7 @@ end
--- Drops the given ItemStacks at the given position, based on the settings.
--
-- @param position The position at which to drop the items.
-- @param stacks The array of ItemStacks to drop.
-- @param stacks The List of ItemStacks to drop.
function autodrops.drop(position, stacks)
itemutil.blop(
position,