Hosts can lock config options from admins (#31254)

* Hosts can lock config options from admins

* Optimization of LoadEntries

a very very very small one
This commit is contained in:
JJRcop
2017-10-04 14:59:33 -05:00
committed by CitadelStationBot
parent 282dcb3c16
commit 65a997f929
2 changed files with 15 additions and 0 deletions
+8
View File
@@ -1,3 +1,11 @@
# You can use the @ character at the beginning of a config option to lock it from being edited in-game
# Example usage:
# @SERVERNAME tgstation
# Which sets the SERVERNAME, and disallows admins from being able to change it using View Variables.
# @LOG_TWITTER 0
# Which explicitly disables LOG_TWITTER, as well as locking it.
# There are various options which are hard-locked for security reasons.
## Server name: This appears at the top of the screen in-game and in the BYOND hub. Uncomment and replace 'tgstation' with the name of your choice.
# SERVERNAME tgstation