remove erroneous bracket

master
shivajiva101 2018-01-27 21:48:21 +00:00 committed by GitHub
parent 656751112e
commit 16c5a91c8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,6 +42,6 @@ local check_throttle = 1
local function check_tick()
checkPlayers() -- call function
minetest.after(check_throttle, check_tick)
end)
end
-- register globalstep after the server starts
minetest.after(1, check_tick)