Skip to content

Commit 327978e

Browse files
committed
changed default basedir to /var/games/minecraft
since the majority of operation occurs at /var/games/minecraft, this change allows quick access to servers without having to supply -d argument
1 parent 6ab4435 commit 327978e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mineos_console.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
parser.add_argument('-d',
2525
dest='base_directory',
2626
help='the base of the mc file structure',
27-
default=None)
27+
default='/var/games/minecraft')
2828
parser.add_argument('--this',
2929
action='store_true',
3030
default=False,

0 commit comments

Comments
 (0)