diff options
Diffstat (limited to 'src/mangosd')
| -rw-r--r-- | src/mangosd/mangosd.conf.dist.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mangosd/mangosd.conf.dist.in b/src/mangosd/mangosd.conf.dist.in index 7f94d626c26..7175e95d745 100644 --- a/src/mangosd/mangosd.conf.dist.in +++ b/src/mangosd/mangosd.conf.dist.in @@ -891,6 +891,11 @@ Channel.SilentlyGMJoin = 0 # GM starting level (1-100) # Default: 1 # +# GM.LowerSecurity +# Disallow a lower security member to interact with a higher one using commands +# Default: 0 (disable) +# 1 (enable) +# ################################################################################################################### GM.LoginState = 2 @@ -901,6 +906,7 @@ GM.InGMList = 0 GM.InWhoList = 0 GM.LogTrade = 1 GM.StartLevel = 70 +GM.LowerSecurity = 0 ################################################################################################################### # VISIBILITY AND RADIUSES |
