ItemGrid: Renamed all Item to Slot - better and consistent naming
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1381 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -79,7 +79,7 @@ void cNBTChunkSerializer::AddItemGrid(const cItemGrid & a_Grid, int a_BeginSlotN
|
||||
int NumSlots = a_Grid.GetNumSlots();
|
||||
for (int i = 0; i < NumSlots; i++)
|
||||
{
|
||||
const cItem & Item = a_Grid.GetItem(i);
|
||||
const cItem & Item = a_Grid.GetSlot(i);
|
||||
if (Item.IsEmpty())
|
||||
{
|
||||
continue;
|
||||
|
||||
Reference in New Issue
Block a user