summaryrefslogtreecommitdiff
path: root/sealife.lua
diff options
context:
space:
mode:
Diffstat (limited to 'sealife.lua')
-rw-r--r--sealife.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/sealife.lua b/sealife.lua
index 7e24657..5db6bdc 100644
--- a/sealife.lua
+++ b/sealife.lua
@@ -144,7 +144,7 @@ minetest.register_abm({
neighbors = {"group:water"},
interval = 15,
chance = 10,
-
+ catch_up = false,
action = function(pos, node)
local sel = math.random(1,5)