Fix crash due to regression in previous commit

master
rubenwardy 2019-01-09 20:05:43 +00:00 committed by GitHub
parent 2bf00d37b6
commit bb67e026ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -82,6 +82,8 @@ local function search_for_maps()
return ctf_map.available_maps
end
search_for_maps()
minetest.register_chatcommand("maps_reload", {
privs = { ctf_admin = true },
func = function(name, param)