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.
master
ClobberXD 2019-01-05 20:25:55 +05:30 committed by rubenwardy
parent 8075a5d83f
commit 1e65b00545
1 changed files with 1 additions and 0 deletions

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