Add missing parenthesis to os.time in on_lclick

This commit is contained in:
Anand S 2019-01-07 15:11:33 +05:30
parent 37d175f381
commit 40fa0fd4ca
No known key found for this signature in database
GPG Key ID: 3AD8A3C4A51AAB97

View File

@ -163,7 +163,7 @@ local function on_lclick(stack, player)
stack = splash_fire(stack, player)
end
interval[name] = os.time + def.unit_time
interval[name] = os.time() + def.unit_time
end
return stack