Reduce flag drop-time from 7 minutes to 5 minutes

The `ctf.flag.drop_time` setting has just been over-ridden in `minetest.conf`. Helps with deterring players who hold the flag without capturing.
This commit is contained in:
ClobberXD 2019-01-05 20:25:55 +05:30 committed by rubenwardy
parent 8075a5d83f
commit 1e65b00545

View file

@ -21,6 +21,7 @@ ctf.flag.capture_take = true
ctf.flag.waypoints = true
ctf.flag.nobuild_radius = 3
ctf.flag.alerts = true
ctf.flag.drop_time = 300
ctf.allocate_mode = 3
ctf.diplomacy = false