mirror of
https://github.com/GAM-team/GAM.git
synced 2025-07-10 14:43:34 +00:00
user location area default to blank, type default to desk
This commit is contained in:
@ -6893,7 +6893,7 @@ def getUserAttributes(i, cd, updateCmd=False):
|
||||
if checkClearBodyList(i, body, u'locations'):
|
||||
i += 1
|
||||
continue
|
||||
location = {u'area': u'<Not set>'}
|
||||
location = {u'type': u'desk', u'area': u''}
|
||||
while True:
|
||||
myopt = sys.argv[i].lower()
|
||||
if myopt == u'type':
|
||||
|
Reference in New Issue
Block a user