fix buttons in lobby
This commit is contained in:
parent
127bae1500
commit
a0bf0ebcdf
|
@ -714,7 +714,7 @@ class LobbyI(TokenClient):
|
|||
return ""
|
||||
|
||||
def MiTypein_MiButton_DgNew(self, stBtnLabel, stMiTypein, dgOnSelect):
|
||||
def NewI(stName):
|
||||
def NewI(*rgarg):
|
||||
stName = self.miCmds.Value(stMiTypein)
|
||||
if stName != "":
|
||||
dgOnSelect(stName)
|
||||
|
|
Loading…
Reference in a new issue