Skip to content

Commit d8227da

Browse files
committed
teamops in teamops
1 parent 4911e79 commit d8227da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

shared/api/utils/shared_ops_util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1639,7 +1639,7 @@ export default class SharedOpsUtil extends SharedUtil
16391639
else if (this.isTeamOp(outerName))
16401640
{
16411641
convertText = " to an op of the same team.";
1642-
if (this.isTeamOp(innerName) && this.getNamespace(innerName) !== this.getNamespace(outerName)) return "Team ops cannot contain ops of other teams." + opText + convertText;
1642+
// if (this.isTeamOp(innerName) && this.getNamespace(innerName) !== this.getNamespace(outerName)) return "Team ops cannot contain ops of other teams." + opText + convertText;
16431643
if (this.isUserOp(innerName)) return "Team ops cannot contain user ops." + opText + convertText;
16441644
if (this.isPatchOp(innerName)) return "Team ops cannot contain patch ops." + opText + convertText;
16451645
}

0 commit comments

Comments
 (0)