home · contact · privacy
TCE: Add basic worldconf, default to it.
[plomrogue] / server / utils.py
index c8f1c380bafba5cab203895d81d6a189c1dae34c..c80c1d0288933b85f71c1aab915c73a16a6651d7 100644 (file)
@@ -103,7 +103,7 @@ def parse_command_line_arguments():
     parser.add_argument('-l', nargs="?", const="save", dest='savefile',
                         action="store")
     parser.add_argument('-w', type=str,
-                        default="confserver/PleaseTheIslandGod",
+                        default="confserver/TheCrawlingEater",
                         dest='worldconf', action='store')
     parser.add_argument('-v', dest='verbose', action='store_true')
     opts, unknown = parser.parse_known_args()