1
0
Fork 0

Remove unnecessary emphasis on a comment

It was bothering me for some reason. This is the most impactful commit
I've sent in for this depot yet.
mineclone_compatibility
FaceDeer 2017-01-24 20:04:28 -07:00
parent 96fdd6dd43
commit 698b0e5883
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ local liquid_abm = function(liquid, flowing_liquid, chance)
interval = 1,
chance = chance or 1,
catch_up = false,
action = function(pos,node) -- Do *everything* possible to optimize this method
action = function(pos,node) -- Do everything possible to optimize this method
local check_pos = {x=pos.x, y=pos.y-1, z=pos.z}
local check_node = get_node(check_pos)
if check_node.name == flowing_liquid then