diff options
| author | hexa- <mweinelt@gmail.com> | 2012-09-17 02:13:36 +0200 |
|---|---|---|
| committer | hexa- <mweinelt@gmail.com> | 2012-09-17 02:13:36 +0200 |
| commit | 6df92dad615cd5459ba5bd2f659b7a432df4b6ff (patch) | |
| tree | 75d519ddc66e1775d69cd33a60c8eaa0835d7c3a /src/server/worldserver | |
| parent | 5b14848a10d9eba087a96c195f670faec821eaa3 (diff) | |
Core/Calendar: Add TwoSide Interaction configuration option for Calendar Invites
Diffstat (limited to 'src/server/worldserver')
| -rw-r--r-- | src/server/worldserver/worldserver.conf.dist | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/server/worldserver/worldserver.conf.dist b/src/server/worldserver/worldserver.conf.dist index ce65517298f..7e200e59046 100644 --- a/src/server/worldserver/worldserver.conf.dist +++ b/src/server/worldserver/worldserver.conf.dist @@ -1210,6 +1210,14 @@ Warden.BanDuration = 86400 AllowTwoSide.Accounts = 1 # +# AllowTwoSide.Interaction.Calendar +# Description: Allow calendar invites between factions. +# Default: 0 - (Disabled) +# 1 - (Enabled) + +AllowTwoSide.Interaction.Calendar = 0 + +# # AllowTwoSide.Interaction.Chat # Description: Allow say chat between factions. # Default: 0 - (Disabled) |
