Temporarily disable lighting

This commit is contained in:
David Vierra 2015-03-14 08:04:46 -10:00
parent 11285325b6
commit 945c41b4c4

View File

@ -149,6 +149,8 @@ def updateLights(dimension, x, y, z):
:return:
:rtype:
"""
log.warn("Lighting disabled (for now!)")
return
updateHeightmap(dimension, x, y, z)
brightness = numpy.array(dimension.blocktypes.brightness)
brightness.dtype = 'int8'