Prepar release 1.1.0
Automatically redirect on floor0 of TCM map
This commit is contained in:
@@ -40,7 +40,7 @@ class UrlManager {
|
||||
if (organizationSlug) {
|
||||
newUrl = '/@/'+organizationSlug+'/'+worldSlug+'/'+roomSlug;
|
||||
} else {
|
||||
newUrl = '/_/global/'+roomSlug;
|
||||
newUrl = '/@/'+roomSlug;
|
||||
}
|
||||
history.pushState({}, 'WorkAdventure', newUrl);
|
||||
return newUrl;
|
||||
|
||||
Reference in New Issue
Block a user