Reduce place limit to 4 NPS

This commit is contained in:
philipmi 2021-05-07 21:33:52 +02:00
parent fd79c14b85
commit 4b9298c530

View file

@ -1,6 +1,6 @@
-- Licensed under the MIT license, written by appgurueu.
local players = {}
local blocks_per_second = 5
local blocks_per_second = 4
local resend_notification_seconds = 10
minetest.register_on_joinplayer(function(player)