ctf_stats: Remove unused code

Leftover by commit a417e857
This commit is contained in:
ANAND 2020-04-23 12:16:45 +05:30 committed by GitHub
parent 96054843a9
commit 733f4460f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -277,11 +277,6 @@ ctf_match.register_on_new_match(function()
_needs_save = true
end)
ctf_stats.start = nil
ctf_match.register_on_build_time_end(function()
ctf_stats.start = os.time()
end)
-- ctf_map can't be added as a dependency, as that'd result
-- in cyclic dependencies between ctf_map and ctf_stats
minetest.after(0, function()