From dac36b7db79add2ae9488eaf9417db498e5bd070 Mon Sep 17 00:00:00 2001 From: "Jeison Yehuda Amihud (Blender Dumbass)" Date: Mon, 4 Jan 2021 15:51:06 +0000 Subject: [PATCH] Multiuser Bug Fixes --- network/network_multiuser.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/network/network_multiuser.py b/network/network_multiuser.py index 4821a1f..e105673 100644 --- a/network/network_multiuser.py +++ b/network/network_multiuser.py @@ -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: