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.
|
# First step will be to check whitch cur are we in.
|
||||||
if win.url == "assets":
|
if win.url == "assets":
|
||||||
t = "/dev"
|
t = "/dev"
|
||||||
else:
|
elif win.url == "script":
|
||||||
t = "/rnd"
|
t = "/rnd"
|
||||||
|
else:
|
||||||
|
t = ""
|
||||||
|
|
||||||
# Then we need to see if there is a folder to begin
|
# Then we need to see if there is a folder to begin
|
||||||
# with. Some scenes and some shots have no folder.
|
# with. Some scenes and some shots have no folder.
|
||||||
|
@ -130,7 +132,7 @@ def client(win):
|
||||||
|
|
||||||
insure.send(server, "yours")
|
insure.send(server, "yours")
|
||||||
|
|
||||||
if win.url not in ["assets", "script"]:
|
if win.url not in ["assets", "script", "analytics"]:
|
||||||
win.multiuser["last_request"] = ""
|
win.multiuser["last_request"] = ""
|
||||||
win.cur = ""
|
win.cur = ""
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Add table
Reference in a new issue