diff options
Diffstat (limited to 'diplomacy/daide/__init__.py')
-rw-r--r-- | diplomacy/daide/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/diplomacy/daide/__init__.py b/diplomacy/daide/__init__.py index 4f2769f..3f8241f 100644 --- a/diplomacy/daide/__init__.py +++ b/diplomacy/daide/__init__.py @@ -14,3 +14,5 @@ # You should have received a copy of the GNU Affero General Public License along # with this program. If not, see <https://www.gnu.org/licenses/>. # ============================================================================== +ADM_MESSAGE_ENABLED = False +DEFAULT_LEVEL = 30 |