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: