fix crash on missing bracket!

0.4
shivajiva101 2018-03-03 19:21:44 +00:00 committed by GitHub
parent 1fca93560b
commit 071240db97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -395,7 +395,7 @@ if get_setting("import") == nil then
-- load auth.txt
read_auth_file()
if tablelength(importauth) < 1 then
minetest.log("info", "[sban] nothing to import!"
minetest.log("info", "[sban] nothing to import!")
return
end
-- limit direct transfer to a sensible ~1 minute