Reduce place limit to 4 NPS
This commit is contained in:
parent
fd79c14b85
commit
4b9298c530
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
-- Licensed under the MIT license, written by appgurueu.
|
-- Licensed under the MIT license, written by appgurueu.
|
||||||
local players = {}
|
local players = {}
|
||||||
local blocks_per_second = 5
|
local blocks_per_second = 4
|
||||||
local resend_notification_seconds = 10
|
local resend_notification_seconds = 10
|
||||||
|
|
||||||
minetest.register_on_joinplayer(function(player)
|
minetest.register_on_joinplayer(function(player)
|
||||||
|
|
Loading…
Reference in a new issue