Skip to content

Commit

Permalink
fix user name specification
Browse files Browse the repository at this point in the history
  • Loading branch information
arpruss committed May 9, 2017
1 parent 88bfdb2 commit 25e4c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcpipy/mcpi/minecraft.py
Original file line number Diff line number Diff line change
Expand Up @@ -405,7 +405,7 @@ def setting(self, setting, status):

@staticmethod
def create(address = None, port = None, name = None):
return Minecraft(Connection(address, port), name = None)
return Minecraft(Connection(address, port), name = name)

if 'VPYTHON_MCPI' in environ:
from .vpython_minecraft import Minecraft
Expand Down

0 comments on commit 25e4c94

Please sign in to comment.