Remove legacy ctf_server_mode option

This commit is contained in:
savilli 2022-04-11 22:01:43 +03:00 committed by GitHub
parent c412c6058b
commit 393a052bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,8 +1,3 @@
# Options:
# - play: Regular mode. Requires singlenode mapgen for world
# - mapedit: Used for making maps. Singlenode not required
ctf_server_mode (Server Mode) enum play play,mapedit
# Options:
# - default: Store rankings in modstorage, not recommended for servers
# - redis: Store rankings in a redis DB, recommended for servers, requires some setup