fix arg name

This commit is contained in:
David Vierra 2010-10-10 18:50:22 -10:00
parent a93e103ff0
commit 919e4db340

View File

@ -1721,7 +1721,7 @@ class MCInfdevOldLevel(MCLevel):
return self.lightsForChunk(xc,zc)[xInChunk,zInChunk,y]
def setBlockLightAt(self, x, y, z, newlight):
def setBlockLightAt(self, x, y, z, newLight):
if y < 0 or y >= self.Height: return 0
zc=z>>4
xc=x>>4