From 698b0e5883ab13381bc524c2d302c638aa22e515 Mon Sep 17 00:00:00 2001 From: FaceDeer Date: Tue, 24 Jan 2017 20:04:28 -0700 Subject: [PATCH] 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. --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index a48a988..ff9bb9a 100644 --- a/init.lua +++ b/init.lua @@ -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