mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-28 18:01:36 +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