From 710f2b956569e15e6271cb7465fe76706ecd8152 Mon Sep 17 00:00:00 2001 From: Rogier Neeleman Date: Sun, 2 Jul 2017 21:51:53 +0200 Subject: [PATCH] Error in the configfile. --- nfgame.cfg-example | 8 -------- 1 file changed, 8 deletions(-) diff --git a/nfgame.cfg-example b/nfgame.cfg-example index 3fe5217..612dd07 100644 --- a/nfgame.cfg-example +++ b/nfgame.cfg-example @@ -24,11 +24,3 @@ REGISTRATION_DESK = 'You can find the registration desk in the center.' SECRET_KEY = 'Very secret key!' ADMIN_PASSWORD = 'changeme!' - - -# All the tags and there human readable name -TAGS = {'taghash1': 'boom', - 'taghash2': 'toilet', - 'taghash3': 'tent', - 'taghash4': 'water tap' - }