We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c924efb commit a3df8ecCopy full SHA for a3df8ec
src/mklev.c
@@ -1,6 +1,6 @@
1
/* SCCS Id: @(#)mklev.c 3.4 2001/11/29 */
2
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
3
-/* Modified 28 Dec 2010 by Alex Smith */
+/* Modified 14 Jan 2012 by Alex Smith */
4
/* NetHack may be freely redistributed. See license for details. */
5
6
#include "hack.h"
@@ -1570,6 +1570,10 @@ xchar x, y;
1570
branch *br;
1571
schar u_depth;
1572
1573
+ /* this causes too many problems in multiplayer, disable it
1574
+ for now */
1575
+ if (iflags.multiplayer) return;
1576
+
1577
br = dungeon_branch("Fort Ludios");
1578
if (on_level(&knox_level, &br->end1)) {
1579
source = &br->end2;
0 commit comments