]> granicus.if.org Git - nethack/commitdiff
Remove EXPLORERS from winnt sysconf
authorPasi Kallinen <paxed@alt.org>
Wed, 1 Apr 2015 05:29:12 +0000 (08:29 +0300)
committerPasi Kallinen <paxed@alt.org>
Wed, 1 Apr 2015 05:29:12 +0000 (08:29 +0300)
Stupidly added this to the winnt sysconf, when it should've
been *nix only.

sys/winnt/sysconf

index 808546da8bddaf6990dc9afb3390d2c2b5bdc973..67c0b814d2792afe66eb507c9fc56d6e11dbdd15 100644 (file)
@@ -14,9 +14,6 @@ WIZARDS=*
 # Uses the same syntax as the WIZARDS option above.
 #SHELLERS=
 
-# Users allowed to use #exploremode. Same syntax as WIZARDS above.
-EXPLORERS=*
-
 # Show debugging information originating from these source files.
 # Use '*' for all, or list source files separated by spaces.
 # Only available if game has been compiled with DEBUG.