diff --git a/components/PlayerManager.tsx b/components/PlayerManager.tsx index 956ce58..40ff988 100644 --- a/components/PlayerManager.tsx +++ b/components/PlayerManager.tsx @@ -162,7 +162,8 @@ export function PlayerManager() { ))} - {/* Add player input */} + {/* Add player input — hidden on Ops tab for non-superadmin */} + {!(tab === "ops" && !isSuperadmin) && (