Add player onboarding and tactical viewer updates
This commit is contained in:
@@ -50,7 +50,7 @@ const canControlSelectedShip = computed(() => {
|
||||
return false;
|
||||
}
|
||||
|
||||
if (authStore.canAccessGm) {
|
||||
if (authStore.canAccessGm && !authStore.isActingAsAlternateIdentity) {
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user