Repeaters' delays can be set by rclk
git-svn-id: http://mc-server.googlecode.com/svn/trunk@570 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -157,7 +157,7 @@ protected:
|
||||
{
|
||||
if (a_Light[a_SrcIdx] <= a_Light[a_DstIdx] + g_BlockSpreadLightFalloff[m_BlockTypes[a_DstIdx]])
|
||||
{
|
||||
// The dest block already has enough light than we're offerring
|
||||
// We're not offering more light than the dest block already has
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user