Multiuser Bug Fixes
This commit is contained in:
parent
1eef707bb2
commit
dac36b7db7
1 changed files with 4 additions and 2 deletions
|
@ -111,8 +111,10 @@ def client(win):
|
|||
# First step will be to check whitch cur are we in.
|
||||
if win.url == "assets":
|
||||
t = "/dev"
|
||||
else:
|
||||
elif win.url == "script":
|
||||
t = "/rnd"
|
||||
else:
|
||||
t = ""
|
||||
|
||||
# Then we need to see if there is a folder to begin
|
||||
# with. Some scenes and some shots have no folder.
|
||||
|
@ -130,7 +132,7 @@ def client(win):
|
|||
|
||||
insure.send(server, "yours")
|
||||
|
||||
if win.url not in ["assets", "script"]:
|
||||
if win.url not in ["assets", "script", "analytics"]:
|
||||
win.multiuser["last_request"] = ""
|
||||
win.cur = ""
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue