Multiuser Bug Fixes

This commit is contained in:
Jeison Yehuda Amihud (Blender Dumbass) 2021-01-04 15:51:06 +00:00
parent 1eef707bb2
commit dac36b7db7

View file

@ -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: